ChartXValueType
ChartXValueType enumeration
Allows to specify type of an X value of a chart series.
public enum ChartXValueType
Values
Name | Value | Description |
---|---|---|
String | 0 | Specifies that an X value is a string category. |
Double | 1 | Specifies that an X value is a double-precision floating-point number. |
DateTime | 2 | Specifies that an X value is a date and time of day. |
Time | 3 | Specifies that an X value is a time of day. |
Multilevel | 4 | Specifies that an X value is a multilevel value. |
See Also
- namespace Aspose.Words.Drawing.Charts
- assembly Aspose.Words