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

DxChartArgumentAxis Properties

Defines a chart’s argument axis.
Name Description
ArgumentType Specifies whether and how to cast arguments that come from the assigned data source.
EndOnTick Specifies whether an axis should start and end on ticks. 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>.
SideMarginsEnabled Specifies whether the component should add margins between the outermost series points and the chart boundaries. Inherited from DxChartAxis<TModel>.
Type Specifies an axis type. Inherited from DxChartAxis<TModel>.
See Also