Skip to main content

AxisValue Properties

Contains the information about an axis value.
Name Description
DateOnlyValue Gets the axis value if the axis scale type is DateOnly.
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.
TimeOnlyValue Gets the axis value if the axis scale type is TimeOnly.
TimeSpanValue Returns the axis value if the axis scale type is TimeSpan.
See Also