Aspose::Words::Drawing::Charts::ChartXValueType enum
ChartXValueType enum
Allows to specify type of an X value of a chart series.
enum class 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
- Library Aspose.Words for C++