Back to Devexpress

ScaleBreakCollection.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-scalebreakcollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

ScaleBreakCollection.Item[String] Property

Returns a scale break by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ScaleBreak this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As ScaleBreak

Parameters

NameTypeDescription
nameString

A String value, specifying the scale break name.

|

Property Value

TypeDescription
ScaleBreak

An ScaleBreak object with the specified ChartElementNamed.Name property.

|

See Also

ScaleBreakCollection Class

ScaleBreakCollection Members

DevExpress.XtraCharts Namespace