Skip to main content
A newer version of this page is available. .

AxisBase Properties

Represents the base class for classes that provide axes functionality for a chart control.
Name Description
DateTimeGridAlignment Obsolete. Gets or sets the date-time measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned.
DateTimeMeasureUnit Obsolete. Gets or sets the detail level for date-time values.
DateTimeOptions Obsolete. Provides access to the settings that define how date-time values should be displayed within axis labels.
DateTimeScaleOptions Stores the options that define the behavior of a scale when its type is date-time.
GridLines Gets the grid lines settings.
GridSpacing Obsolete. Gets or sets a numeric interval between the axis’ grid lines.
GridSpacingAuto Obsolete. Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis.
Interlaced Gets or sets whether interlacing is applied to the axis.
InterlacedColor Gets or sets the interlaced color.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
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.
NumericOptions Obsolete. Gets the numeric options of the axis.
NumericScaleOptions Stores the options that define the behavior of a scale when its type is numeric.
QualitativeScaleComparer Gets or sets the comparer used to compare deferred-axis qualitative scale values.
Range Obsolete. Gets the settings that specify the range of the axis coordinates.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
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.
WorkdaysOnly Obsolete. Specifies whether holidays and non-working days should be excluded from the axis scale.
WorkdaysOptions Obsolete. Provides access to the information about non-working days to adjust the date-time axis scale.
See Also