ChartYValueType
ChartYValueType enumeration
Allows to specify type of an Y value of a chart series.
public enum 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
- assembly Aspose.Words