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

CustomAxisLabelCollection.Item[String] Property

Returns a custom axis label by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public CustomAxisLabel this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the custom axis label name.

Property Value

Type Description
CustomAxisLabel

An CustomAxisLabel object with the specified ChartElementNamed.Name property.

See Also