The following tables list the members exposed by AxisLabels.
Name | Description | |
---|---|---|
AxisLabels Constructor | Default constructor |
Name | Description | |
---|---|---|
Crossing |
Gets or sets the location at which an axis is crossed by its associated axis. Point where axis is crossed by another axis. (Inherited from AxisScale) | |
CustomLabels | Gets a CustomLabelsCollection object, used to store CustomLabel objects. Custom labels collection. | |
Enabled |
Gets or sets a value indicating if an axis is enabled. Enables or disables the axis. (Inherited from AxisScale) | |
IntervalAutoMode | Determines if a fixed number of intervals is used on the axis, or if the number of intervals depends on the axis size. Determines if fixed number of intervals used on the axis or number of intervals depends on the axis size. (Inherited from AxisScale) | |
LabelStyle | A Label object used to get or set label style properties of an axis. Label object | |
LogarithmBase | Gets or sets a double value the logarithm base for the logarithmic axis. Base of the logarithm used in logarithmic scale. By default this value is 10. (Inherited from AxisScale) | |
Logarithmic |
Gets or sets a boolean value that determines if an axis is 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 |
Gets or sets a boolean value that determines if an axis margin will be used. If true, a space is added between the first and the last data points and the border of chart area. (Inherited from AxisScale) | |
Maximum |
Gets or sets the maximum value of an axis. Maximum axis value (Inherited from AxisScale) | |
Minimum |
Gets or sets the minimum value of an axis. The Minimum Axis value (Inherited from AxisScale) | |
Reverse | Gets or sets the axis direction. The values on the axis are in reverse order. The direction of values on the axis is flipped. (Inherited from AxisScale) | |
ScaleBreakStyle | Gets or sets the axis automatic scale break style. Axis automatic scale breaks style. (Inherited from AxisScale) | |
ScrollBar | Gets or sets an axis scrollbar. Axis scroll bar settings. (Inherited from AxisScale) | |
StartFromZero |
Gets or sets a boolean value that indicates whether zero must be used as the minimum axis value. 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 | Gets or sets the view of an axis. Axis data view settings. (Inherited from AxisScale) |
Name | Description | |
---|---|---|
Dispose | (Inherited from AxisScale) | |
GetPosition | This function converts an axis value to a relative position (0-100 This function converts axis value to relative position ). If an axis has logarithmic scale, value is converted to a linear scale. (Inherited from AxisScale) | |
PixelPositionToValue |
Converts an absolute pixel position along an axis to an axis value. This method only works in paint events. 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 |
Converts a relative coordinate along an axis to an axis value. This method only works in paint events. 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 |
Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events. 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 |
Converts an axis value to a relative coordinate. This method only works in paint events. 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) |