Skip to main content

AxisModel.ScaleBreaks Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
ScaleBreakCollectionModel

The model of the scale break collection.

See Also