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

AxisModel.AutoScaleBreaks Property

Gets or sets the model of automatic scale breaks options of modeled axis.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public AutoScaleBreaksModel AutoScaleBreaks { get; }

Property Value

Type Description
AutoScaleBreaksModel

The model of auto scale breaks options.

See Also