Back to Devexpress

CustomAxisLabelCollection.Item[String] Property

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

latest1.5 KB
Original Source

CustomAxisLabelCollection.Item[String] Property

Returns a custom axis label by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the custom axis label name.

|

Property Value

TypeDescription
CustomAxisLabel

An CustomAxisLabel object with the specified ChartElementNamed.Name property.

|

See Also

CustomAxisLabelCollection Class

CustomAxisLabelCollection Members

DevExpress.XtraCharts Namespace