Specifies the type of the data values output along an axis of a chart.
Members
| Member Name | Description | Value |
| Auto | The system tries to automatically detect the best interval type. | 0 |
| DateTime | The axis displays DateTime values. | 1 |
| Double | The axis displays Double values. | 2 |
| Int | The axis displays Integer values. | 3 |
| String | The axis displays String values. | 4 |
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
Aspose.Chart Namespace | Axis.IntervalType