Back to Devexpress

SwiftPlotDiagramAxis Class

corelibraries-devexpress-dot-xtracharts-8bda4489.md

latest3.4 KB
Original Source

SwiftPlotDiagramAxis Class

Represents the base class for classes that provide axes functionality for Swift Plot series views.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Remarks

The SwiftPlotDiagramAxis class serves as a base for classes which provide both primary and secondary axes functionality for a Swift Plot and Swift Point chart, meaning that the properties and methods which are defined by the SwiftPlotDiagramAxis class are common to all axes of a Swift Plot Diagram.

The SwiftPlotDiagramAxis class inherits all the settings from the base Axis2D class, to meet the specific requirements of Swift Plot charts.

For more information, refer to Axes and Swift Plot Series View.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Show 12 items

Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisXBase

SwiftPlotDiagramAxisYBase

SwiftPlotDiagramAxisX

SwiftPlotDiagramSecondaryAxisX

SwiftPlotDiagramAxisY

SwiftPlotDiagramSecondaryAxisY

See Also

SwiftPlotDiagramAxis Members

Axes

Swift Plot Series View

DevExpress.XtraCharts Namespace