AxisModel.ScaleBreakOptions Property
Returns the model of scale break options of the modeled axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public ScaleBreakOptionsModel ScaleBreakOptions { get; }
Property Value
Type | Description |
---|---|
ScaleBreakOptionsModel | The model of scale break options. |
See Also