Back to Devexpress

SwiftPlotDiagramAxisXBase Class

corelibraries-devexpress-dot-xtracharts-a3529ff5.md

latest2.7 KB
Original Source

SwiftPlotDiagramAxisXBase Class

Represents the base class for classes that provide the common X-axes functionality in Swift Plot and Swift Point charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SwiftPlotDiagramAxisXBase :
    SwiftPlotDiagramAxis
vb
Public MustInherit Class SwiftPlotDiagramAxisXBase
    Inherits SwiftPlotDiagramAxis

The following members return SwiftPlotDiagramAxisXBase objects:

Remarks

The SwiftPlotDiagramAxisXBase serves as a base class both for primary and secondary X-axes of a Swift Plot Diagram.

For the Y-axis, a similar functionality is provided by the SwiftPlotDiagramAxisYBase class.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisXBase SwiftPlotDiagramAxisX

SwiftPlotDiagramSecondaryAxisX

See Also

SwiftPlotDiagramAxisXBase Members

SwiftPlotDiagramAxisYBase

DevExpress.XtraCharts Namespace