Back to Devexpress

Axis.AutoScaleBreaks Property

corelibraries-devexpress-dot-xtracharts-dot-axis-aeedf8d4.md

latest2.3 KB
Original Source

Axis.AutoScaleBreaks Property

Provides access to the settings of automatic scale breaks.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public AutoScaleBreaks AutoScaleBreaks { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AutoScaleBreaks As AutoScaleBreaks

Property Value

TypeDescription
AutoScaleBreaks

An AutoScaleBreaks object, which contains settings of automatic scale breaks.

|

Remarks

Use the AutoScaleBreaks property to access the following settings 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

Axis Class

Axis Members

DevExpress.XtraCharts Namespace