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

AxisModel.ScaleBreakOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ScaleBreakOptionsModel ScaleBreakOptions { get; }

Property Value

Type Description
ScaleBreakOptionsModel

The model of scale break options.

See Also