Aspose::Words::Drawing::Charts::ChartYValueType enum
ChartYValueType enum
Allows to specify type of an Y value of a chart series.
enum class ChartYValueType
Values
Name | Value | Description |
---|---|---|
Double | 0 | Specifies that an Y value is a double-precision floating-point number. |
DateTime | 1 | Specifies that an Y value is a date and time of day. |
Time | 2 | Specifies that an X value is a time of day. |
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++