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

DxChartArgumentAxis Properties

Defines a chart’s argument axis.
Name Description
Alignment Specifies the pane edge next to which to place an axis. Inherited from DxChartAxis<TModel>.
ArgumentType Specifies whether and how to cast arguments that come from the assigned data source.
CustomPosition Specifies the position of an axis on another axis. Inherited from DxChartAxis<TModel>.
CustomPositionAxisName Specifies the name of the value axis that the argument axis intersects on the CustomPosition value.
DiscreteDivisionMode Specifies whether ticks and grid lines lie between or next to axis labels. Inherited from DxChartAxis<TModel>.
DivisionFactor Specifies the minimum distance between two neighboring major ticks. Inherited from DxChartAxis<TModel>.
EndOnTick Specifies whether an axis should start and end on ticks. Inherited from DxChartAxis<TModel>.
Inverted Specifies whether an axis is inverted. Inherited from DxChartAxis<TModel>.
LogarithmBase Specifies the value to be raised to a power when the chart generates ticks for an axis of the Logarithmic type. Inherited from DxChartAxis<TModel>.
MinorTickCount Specifies the number of minor ticks between two neighboring major ticks. Inherited from DxChartAxis<TModel>.
MinorTickInterval Specifies the interval between minor ticks. Applies only to continuous axes. Inherited from DxChartAxis<TModel>.
Offset Specifies the shift of an axis. Inherited from DxChartAxis<TModel>.
SideMarginsEnabled Specifies whether the component should add margins between the outermost series points and the chart boundaries. Inherited from DxChartAxis<TModel>.
TickInterval Specifies the interval between major ticks. Does not apply to discrete axes. Inherited from DxChartAxis<TModel>.
Type Specifies an axis type. Inherited from DxChartAxis<TModel>.
Visible Specifies axis visibility. Inherited from DxChartAxis<TModel>.
See Also