Back to Devexpress

SwiftPlotDiagramSecondaryAxisX Class

corelibraries-devexpress-dot-xtracharts-79b7522c.md

latest4.3 KB
Original Source

SwiftPlotDiagramSecondaryAxisX Class

Represents the secondary X-axis within Swift Plot charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SwiftPlotDiagramSecondaryAxisX :
    SwiftPlotDiagramAxisXBase,
    ISupportInitialize,
    IXtraSerializable,
    ISupportID
vb
Public Class SwiftPlotDiagramSecondaryAxisX
    Inherits SwiftPlotDiagramAxisXBase
    Implements ISupportInitialize,
               IXtraSerializable,
               ISupportID

The following members return SwiftPlotDiagramSecondaryAxisX objects:

Remarks

The SwiftPlotDiagramSecondaryAxisX class represents the secondary axis of arguments (X-axis) within Swift Plot and Swift Point charts. It inherits properties and methods from the base SwiftPlotDiagramAxisXBase class, which implements the common X-axes functionality.

The collection of the SwiftPlotDiagramSecondaryAxisX objects is represented by the SwiftPlotDiagramSecondaryAxisXCollection class, and it can be accessed via the SwiftPlotDiagram.SecondaryAxesX property of a SwiftPlotDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A Swift Plot Diagram‘s primary X-axis is represented by the SwiftPlotDiagramAxisX class.

Implements

IXtraSupportDeserializeCollectionItem

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisXBase SwiftPlotDiagramSecondaryAxisX

See Also

SwiftPlotDiagramSecondaryAxisX Members

SwiftPlotDiagramSecondaryAxisXCollection

SwiftPlotDiagramSecondaryAxisY

SwiftPlotDiagramAxisX

DevExpress.XtraCharts Namespace