AxisBase Properties
Represents the base class for classes that provide axes functionality for a chart control.Name | Description |
---|---|
DateTimeScaleOptions | Stores the options that define the behavior of a scale when its type is date-time. |
GridLines | Gets the grid lines settings. |
Interlaced | Gets or sets whether interlacing is applied to the axis. |
InterlacedColor | Gets or sets the interlaced color. |
Label | Gets the settings of axis labels. |
Logarithmic | Gets or sets whether the axis should display its numerical values using a logarithmic scale. |
LogarithmicBase | Gets or sets a value specifying a logarithmic base when the AxisBase.Logarithmic property is enabled. |
MinorCount | Gets or sets the number of minor tickmarks and grid lines. |
Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
NumericScaleOptions | Stores the options that define the behavior of a scale when its type is numeric. |
QualitativeScaleComparer | Gets or sets the Comparer class object used to compare deferred-axis qualitative scale values. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
TimeSpanScaleOptions | Stores the settings of a scale when its type is time-span. |
VisualRange | Gets the settings that specify the visible range of the axis coordinates. |
WholeRange | Gets the range through which it’s possible to scroll an axis. |
See Also