Skip to main content

ScaleBreakOptionsModel.Color Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public Color Color { get; set; }

Property Value

Type Description
Color

The color of scale breaks.

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
AxisModel
See Also