ChartIntervalOffsetTypes 枚举
Represents the interval offsets for tick marks on a chart axis.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartIntervalOffsetTypes
用法
Dim instance As ChartIntervalOffsetTypes
public enum ChartIntervalOffsetTypes
public enum class ChartIntervalOffsetTypes
type ChartIntervalOffsetTypes
public enum ChartIntervalOffsetTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| Default | The default interval offset. | |
| Auto | Automatically determine the interval offset. | |
| Number | A numeric interval offset. | |
| Years | An interval offset in years. | |
| Months | An interval offset in months. | |
| Weeks | An interval offset in weeks. | |
| Days | An interval offset in days. | |
| Hours | An interval offset in hours. | |
| Minutes | An interval offset in minutes. | |
| Seconds | An interval offset in seconds. | |
| Milliseconds | An interval offset in milliseconds. |