Skip to main content

ScaleBreakOptionsModel.Style Property

Gets or sets the value of the ScaleBreakOptions.Style within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public ScaleBreakStyle Style { get; set; }

Property Value

Type Description
ScaleBreakStyle

The scale break edge style.

Available values:

Name Description
Straight

Indentifies the straight style of scale breaks edges.

ScaleBreakStyle_straight

Ragged

Indentifies the ragged style of scale breaks edges.

ScaleBreakStyle_ragged

Waved

Indentifies the wavy style of scale breaks edges.

ScaleBreakStyle_waved

Property Paths

You can access this nested property as listed below:

Object Type Path to Style
AxisModel
See Also