Back to Devexpress

AxisBase Properties

corelibraries-devexpress-dot-xtracharts-dot-axisbase-dot-underscore-properties.md

latest3.2 KB
Original Source

AxisBase Properties

Represents the base class for classes that provide axes functionality for a chart control.

NameDescription
DateTimeScaleOptionsStores the options that define the behavior of a scale when its type is date-time.
GridLinesGets the grid lines settings.
InterlacedGets or sets whether interlacing is applied to the axis.
InterlacedColorGets or sets the interlaced color.
LabelGets the settings of axis labels.
LogarithmicGets or sets whether the axis should display its numerical values using a logarithmic scale.
LogarithmicBaseGets or sets a value specifying a logarithmic base when the AxisBase.Logarithmic property is enabled.
MinorCountGets or sets the number of minor tickmarks and grid lines.
NameGets or sets the name of the chart element. Inherited from ChartElementNamed.
NumericScaleOptionsStores the options that define the behavior of a scale when its type is numeric.
QualitativeScaleComparerGets or sets the Comparer class object used to compare deferred-axis qualitative scale values.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TimeSpanScaleOptionsStores the settings of a scale when its type is time-span.
VisualRangeGets the settings that specify the visible range of the axis coordinates.
WholeRangeGets the range through which it’s possible to scroll an axis.

See Also

AxisBase Class

AxisBase Members

DevExpress.XtraCharts Namespace