ChartXValueType enumeration

ChartXValueType enumeration

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

Members

NameDescription
StringSpecifies that an X value is a string category.
DoubleSpecifies that an X value is a double-precision floating-point number.
DateTimeSpecifies that an X value is a date and time of day.
TimeSpecifies that an X value is a time of day.
MultilevelSpecifies that an X value is a multilevel value.

See Also