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

ScaleBreakOptionsModel.Style Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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
AxisXBaseModel
AxisXModel
AxisYBaseModel
AxisYModel
GanttAxisXModel
SecondaryAxisXModel
SecondaryAxisYModel
See Also