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

SecondaryAxisYCollection.Item[String] Property

Returns a secondary Y-axis by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public SecondaryAxisY this[string name] { get; }

Parameters

Name Type Description
name String

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

Property Value

Type Description
SecondaryAxisY

An SecondaryAxisY object with the specified ChartElementNamed.Name property.

See Also