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

DxChartValueAxis Properties

Contains settings for the value axis.
Name Description
AllowDecimals Specifies whether to allow decimal values on the axis.
AutoBreaksEnabled Specifies whether to enable auto-calculated scale breaks.
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>.
MaxAutoBreakCount Specifies the maximum number of auto-created scale breaks.
Name Specifies the name of the value axis.
Pane The name of the pane in the chart.
Position Specifies the axis position.
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>.
ValueType Specifies whether and how to cast values that come from the assigned data source.
See Also