ChartIntervalType Enumeration
Specifies the interval units.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ChartIntervalType
'Usage
Dim instance As ChartIntervalType
public enum ChartIntervalType
public enum class ChartIntervalType
type ChartIntervalType
public enum ChartIntervalType
Members
| Member name | Description | |
|---|---|---|
| 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. |