Back to Devexpress

SwiftPlotDiagramAxisX Class

corelibraries-devexpress-dot-xtracharts-281d8a02.md

latest3.2 KB
Original Source

SwiftPlotDiagramAxisX Class

Represents the primary X-axis within Swift Plot charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SwiftPlotDiagramAxisX :
    SwiftPlotDiagramAxisXBase
vb
Public Class SwiftPlotDiagramAxisX
    Inherits SwiftPlotDiagramAxisXBase

The following members return SwiftPlotDiagramAxisX objects:

Remarks

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

An object of the SwiftPlotDiagramAxisX type can be accessed via the SwiftPlotDiagram.AxisX property of a SwiftPlotDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A Swift Plot Diagram‘s secondary X-axis is represented by the SwiftPlotDiagramSecondaryAxisX class.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisXBase SwiftPlotDiagramAxisX

See Also

SwiftPlotDiagramAxisX Members

SwiftPlotDiagramAxisY

SwiftPlotDiagramSecondaryAxisX

DevExpress.XtraCharts Namespace