Перечисление ChartIntervalTypes
Specifies the interval units.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration ChartIntervalTypes
'Применение
Dim instance As ChartIntervalTypes
public enum ChartIntervalTypes
public enum class ChartIntervalTypes
type ChartIntervalTypes
public enum ChartIntervalTypes
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Default | Same as Auto()()()(). | |
| Auto | Automatically determines interval unit at run time. | |
| Number | Interval is a number. | |
| Years | Interval is in years. | |
| Months | Interval is in months. | |
| Weeks | Interval is in weeks. | |
| Days | Interval is in days. | |
| Hours | Interval is in hours. | |
| Minutes | Interval is in minutes. | |
| Seconds | Interval is in seconds. | |
| Milliseconds | Interval is in milliseconds. |