Skip to main content

ScaleBreakCollection.Item[String] Property

Returns a scale break by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ScaleBreak this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the scale break name.

Property Value

Type Description
ScaleBreak

An ScaleBreak object with the specified ChartElementNamed.Name property.

See Also