Back to Devexpress

SwiftPlotDiagram.SecondaryAxesX Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotdiagram-35b5bee1.md

latest2.0 KB
Original Source

SwiftPlotDiagram.SecondaryAxesX Property

Provides access to the collection of secondary X-axes of a Swift Plot diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SwiftPlotDiagramSecondaryAxisXCollection SecondaryAxesX { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SecondaryAxesX As SwiftPlotDiagramSecondaryAxisXCollection

Property Value

TypeDescription
SwiftPlotDiagramSecondaryAxisXCollection

The SwiftPlotDiagramSecondaryAxisXCollection object, representing the diagram’s collection of secondary X-axes.

|

Remarks

For more information, refer to Primary and Secondary Axes.

See Also

AxisX

SecondaryAxesY

SwiftPlotDiagram Class

SwiftPlotDiagram Members

DevExpress.XtraCharts Namespace