Back to Devexpress

ScaleBreakOptionsModel.Style Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-scalebreakoptionsmodel.md

latest2.0 KB
Original Source

ScaleBreakOptionsModel.Style Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ScaleBreakStyle Style { get; set; }
vb
<PropertyForOptions>
Public Property Style As ScaleBreakStyle

Property Value

TypeDescription
ScaleBreakStyle

The scale break edge style.

|

Available values:

NameDescription
Straight

Indentifies the straight style of scale breaks edges.

| | Ragged |

Indentifies the ragged style of scale breaks edges.

| | Waved |

Indentifies the wavy style of scale breaks edges.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Style
AxisModel

.ScaleBreakOptions .Style

|

See Also

ScaleBreakOptionsModel Class

ScaleBreakOptionsModel Members

DevExpress.XtraCharts.Designer Namespace