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

SecondaryAxisXCollection.Item[String] Property

Returns a secondary X-axis by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SecondaryAxisX this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the secondary X-axis name.

Property Value

Type Description
SecondaryAxisX

An SecondaryAxisX object with the specified ChartElementNamed.Name property.

See Also