corelibraries-devexpress-dot-xtracharts-dot-axis-aeedf8d4.md
Provides access to the settings of automatic scale breaks.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public AutoScaleBreaks AutoScaleBreaks { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AutoScaleBreaks As AutoScaleBreaks
| Type | Description |
|---|---|
| AutoScaleBreaks |
An AutoScaleBreaks object, which contains settings of automatic scale breaks.
|
Use the AutoScaleBreaks property to access the following settings of automatic scale breaks:
The AutoScaleBreaks.Enabled property, which allows enabling and disabling automatic scale breaks.
The AutoScaleBreaks.MaxCount property, which allows you to define the maximum number of automatic scale breaks.
To access the collection of manual scale breaks, use the Axis.ScaleBreaks property.
To access the appearance options of scale breaks (which are common for both manual and automatic scale breaks), use the Axis.ScaleBreakOptions property.
For more information, refer to Scale Breaks.
See Also