Back to Devexpress

SecondaryAxisXCollection.Item[String] Property

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

latest1.5 KB
Original Source

SecondaryAxisXCollection.Item[String] Property

Returns a secondary X-axis by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

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

|

Property Value

TypeDescription
SecondaryAxisX

An SecondaryAxisX object with the specified ChartElementNamed.Name property.

|

See Also

SecondaryAxisXCollection Class

SecondaryAxisXCollection Members

DevExpress.XtraCharts Namespace