AxisValue Properties
Contains the information about an axis value.Name | Description |
---|---|
DateTimeValue | Gets the axis value, if the axis scale type is date-time. |
NumericalValue | Gets the axis value, if the axis scale type is numerical. |
QualitativeValue | Gets the axis value, if the axis scale type is qualitative. |
ScaleType | Gets the axis scale type. |
TimeSpanValue | Returns the axis value if the axis scale type is TimeSpan. |
See Also