AutoScaleBreaks Class
Represents the options of the axis’ automatic scale breaks.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class AutoScaleBreaks :
ChartElement
Related API Members
The following members return AutoScaleBreaks objects:
Remarks
With XtraCharts, you have a capability to replace sections of an axis’ range by scale breaks, either manually or automatically created, or both.
Besides the capability to manually add scale breaks items (that are represented by the ScaleBreak class), you can force your chart to automatically insert scale breaks along axes, if the chart’s data suggests their use, using the options of the AutoScaleBreaks class.
To do this, you should set the AutoScaleBreaks.Enabled property to true, and define the maximum number of automatic scale breaks allowed via the AutoScaleBreaks.MaxCount property.
Note
The common appearance settings of scale breaks (both manual and automatic) are contained in the ScaleBreakOptions class.
For more information, refer to Scale Breaks.