Back to Devexpress

SwiftPlotDiagramSecondaryAxisXCollection.Item[String] Property

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

latest1.7 KB
Original Source

SwiftPlotDiagramSecondaryAxisXCollection.Item[String] Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the axis name.

|

Property Value

TypeDescription
SwiftPlotDiagramSecondaryAxisX

An SwiftPlotDiagramSecondaryAxisX object with the specified ChartElementNamed.Name property.

|

See Also

SwiftPlotDiagramSecondaryAxisXCollection Class

SwiftPlotDiagramSecondaryAxisXCollection Members

DevExpress.XtraCharts Namespace