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

AxisModel.ScaleBreaks Property

Returns the model of the scale break collection of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[Browsable(false)]
public ScaleBreakCollectionModel ScaleBreaks { get; }

Property Value

Type Description
ScaleBreakCollectionModel

The model of the scale break collection.

See Also