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

ScaleBreakModel.Edge1 Property

Gets or sets the value of the ScaleBreak.Edge1 within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public object Edge1 { get; set; }

Property Value

Type Description
Object

The first edge of the scale break.

See Also