Aspose::Words::Drawing::Charts::ChartXValueType enum

ChartXValueType enum

Allows to specify type of an X value of a chart series.

enum class ChartXValueType

Values

NameValueDescription
String0Specifies that an X value is a string category.
Double1Specifies that an X value is a double-precision floating-point number.
DateTime2Specifies that an X value is a date and time of day.
Time3Specifies that an X value is a time of day.
Multilevel4Specifies that an X value is a multilevel value.

See Also