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

DxChartAxis<TModel> Properties

Implements the base API for Chart axes.
Name Description
Alignment Specifies the pane edge next to which to place an axis.
CustomPosition Specifies the position of an axis on another axis.
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.
Offset Specifies the shift of an axis.
SideMarginsEnabled Specifies whether the component should add margins between the outermost series points and the chart boundaries.
TickInterval Specifies the interval between major ticks. Does not apply to discrete axes.
Type Specifies an axis type.
Visible Specifies axis visibility.
See Also