Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxChartAxisBase<T> Properties
Show Inherited Hide Inherited

Implements the base API for Chart axes.
Name Description
ChildContent Inherited from DxComplexSettingsComponent<TComponent, TModel>.
DiscreteDivisionMode Specifies whether ticks and grid lines lie between or next to axis labels.
DivisionFactor Specifies the minimum distance between two neighboring major ticks.
EndOnTick Specifies whether an axis should start and end on ticks.
Inverted Specifies whether an axis is inverted.
LogarithmBase Specifies the value to be raised to a power when the chart generates ticks for an axis of the Logarithmic type.
MinorTickCount Specifies the number of minor ticks between two neighboring major ticks.
MinorTickInterval Specifies the interval between minor ticks. Applies only to continuous axes.
TickInterval Specifies the interval between major ticks. Does not apply to discrete axes.
Type Specifies an axis type.
Visible Specifies axis visibility.
See Also