xValue
The value of the x-axis for the data point.
Declaration
@NSCopying var xValue: AXDataPointValue { get set }Discussion
Use a double value for a numeric x-axis, or an NSString value for a categorical x-axis.
The value of the x-axis for the data point.
@NSCopying var xValue: AXDataPointValue { get set }Use a double value for a numeric x-axis, or an NSString value for a categorical x-axis.