Skip to main content

SwiftPlotDiagramSecondaryAxisXCollection.Item[String] Property

Returns a swift plot diagram secondary X-axis by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SwiftPlotDiagramSecondaryAxisX this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the axis name.

Property Value

Type Description
SwiftPlotDiagramSecondaryAxisX

An SwiftPlotDiagramSecondaryAxisX object with the specified ChartElementNamed.Name property.

See Also