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. |