The following tables list the members exposed by AxisLabels.
Public Constructors
Public Properties
|
Name |
Description |
|
Crossing |
Point where axis is crossed by another axis. (Inherited from AxisScale) |
|
CustomLabels |
Custom labels collection. |
|
Enabled |
Enables or disables the axis. (Inherited from AxisScale) |
|
IntervalAutoMode |
Determines if fixed number of intervals used on the axis or number of intervals depends on the axis size. (Inherited from AxisScale) |
|
LabelStyle |
Label object |
|
LogarithmBase |
Base of the logarithm used in logarithmic scale. By default this value is 10. (Inherited from AxisScale) |
|
Logarithmic |
Logarithmic scale recalculate the values shown in the Minimum, Maximum, boxes as powers of LogarithmBase for the value axis, based on the range of data. No zeros or negative data values are permitted on logarithmic charts. (Inherited from AxisScale) |
|
Margin |
If true, a space is added between the first and the last data points and the border of chart area. (Inherited from AxisScale) |
|
Maximum |
Maximum axis value (Inherited from AxisScale) |
|
Minimum |
The Minimum Axis value (Inherited from AxisScale) |
|
Reverse |
The values on the axis are in reverse order. The direction of values on the axis is flipped. (Inherited from AxisScale) |
|
ScaleBreakStyle |
Axis automatic scale breaks style. (Inherited from AxisScale) |
|
ScrollBar |
Axis scroll bar settings. (Inherited from AxisScale) |
|
StartFromZero |
If true, this property will set auto minimum value to zero if all data point values are positive. Otherwise, minimum value from data points will be used. (Inherited from AxisScale) |
|
View |
Axis data view settings. (Inherited from AxisScale) |
Top
Public Methods
|
Name |
Description |
|
Dispose |
Overloaded. (Inherited from AxisScale) |
|
GetPosition |
This function converts axis value to relative position (0-100%). If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) |
|
PixelPositionToValue |
This function converts pixel position to an axis value. If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) |
|
PositionToValue |
This function converts relative position to an axis value. If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) |
|
ValueToPixelPosition |
This function converts an axis value to pixel position. If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) |
|
ValueToPosition |
This function converts an axis value to relative position (0-100%). If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) |
Top
See Also