The following tables list the members exposed by SubAxis.
Name | Description | |
---|---|---|
SubAxis Constructor | Overloaded. Default constructor |
Name | Description | |
---|---|---|
Arrows |
This property determines the arrow style of a 2D axis (not applied to 3D chart areas). Axis arrows (Inherited from Axis) | |
CustomLabels | Gets a CustomLabelsCollection object, used to store CustomLabel objects. Custom labels collection. (Inherited from AxisLabels) | |
Enabled |
Gets or sets a value indicating if an axis is enabled. Enables or disables the axis. (Inherited from AxisScale) | |
Href | Gets or sets the URL target of the axis. URL target of the axis. (Inherited from Axis) | |
Interlaced |
Gets or sets a value that determines if interlaced strip lines are displayed for an axis. Indicates that interlaced strip lines will be displayed for the axis. (Inherited from Axis) | |
InterlacedColor |
This property is used to set or get the color of interlaced strip lines. Color used to draw interlaced strip lines for the axis. (Inherited from Axis) | |
Interval |
Gets or sets the interval of an axis. Axis interval size. (Inherited from Axis) | |
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) | |
IntervalOffset |
Gets or sets the interval offset of an axis. Axis interval offset. (Inherited from Axis) | |
IntervalOffsetType |
Gets or sets the interval offset type of an axis. Axis interval offset type. (Inherited from Axis) | |
IntervalType |
Gets or sets the interval type of an axis. Axis interval type. (Inherited from Axis) | |
LabelsAutoFit |
Gets or sets a value that determines if axis labels are automatically fitted. Set Auto Labels formating (Inherited from Axis) | |
LabelsAutoFitMaxFontSize | Gets or sets the maximum font size that can be used by the labels auto-fitting algorithm. Maximum font size that can be used by the labels auto-fitting algorithm. (Inherited from Axis) | |
LabelsAutoFitMinFontSize | Gets or sets the minimum font size that can be used by the labels auto-fitting algorithm. Minimum font size that can be used by the labels auto-fitting algorithm. (Inherited from Axis) | |
LabelsAutoFitStyle |
Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis. Labels auto-fit style. LabelsAutoFit must be set to true. (Inherited from Axis) | |
LabelStyle | A Label object used to get or set label style properties of an axis. Label object (Inherited from AxisLabels) | |
LineColor |
This property is used to set or get the line color of an axis. Axis Line Color (Inherited from Axis) | |
LineStyle |
This property is used to get or set an axis ' line style. Axis Line Dash Style (Inherited from Axis) | |
LineWidth |
Gets or sets the line width of an axis, in pixels. Axis Line Width (Inherited from Axis) | |
LocationOffset | Sub axis location offset relative to the previous axis. | |
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) | |
MajorGrid |
Gets or sets a Grid object, used for an axis' major grid lines properties. Major Gridlines (Inherited from Axis) | |
MajorTickMark |
Gets or sets a TickMark object used to set an axis' major tick mark properties. Major Tick Mark (Inherited from Axis) | |
MapAreaAttributes | Gets or sets the map area attributes of an axis. Other attributes of the axis map area. (Inherited from Axis) | |
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) | |
MinorGrid |
Gets or sets a Grid object, used for an axis' minor grid lines properties. Minor Gridlines (Inherited from Axis) | |
MinorTickMark |
Gets or sets a TickMark object used to set an axis' minor tick mark properties. Minor Tick Mark (Inherited from Axis) | |
Name | Overridden. SubAxis name. | |
ParentAxis | Sub axis parent axis. | |
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) | |
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) | |
StripLines |
Gets a StripLinesCollection object. Custom labels collection. (Inherited from Axis) | |
Title |
Gets or sets the title of the axis. Axis Title (Inherited from Axis) | |
TitleAlignment |
Gets or sets the alignment of an axis title. Axis Title Alignment (Inherited from Axis) | |
TitleColor |
Gets or sets the color of an axis title. Axis Title Color (Inherited from Axis) | |
TitleFont |
Gets or sets the title font properties of an axis. Axis Title Font (Inherited from Axis) | |
ToolTip | Gets or sets the tooltip used for the axis. Tooltip of the axis. (Inherited from Axis) | |
Type |
Gets the axis type (e.g. X, Y, X2 or Y2). . Axis name. For internal use only! (Inherited from Axis) | |
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) | |
RoundAxisValues |
Call this method to automatically round axis values. This method only works in paint events. This function will create auto maximum and minimum values using interval on the X axis. This function will make a gap between data points and border of the chart area. Note that this method can only be called for primary or secondary X axes. (Inherited from Axis) | |
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) |