SwiftPlotDiagramAxisYBase Class
In This Article
Represents the base class for classes that provide the common Y-axes functionality in Swift Plot and Swift Point charts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class SwiftPlotDiagramAxisYBase :
SwiftPlotDiagramAxis
#Related API Members
The following members return SwiftPlotDiagramAxisYBase objects:
#Remarks
The SwiftPlotDiagramAxisYBase serves as a base class both for primary and secondary Y-axes of a Swift Plot Diagram.
For the X-axis, a similar functionality is provided by the SwiftPlotDiagramAxisXBase class.
#Implements
#Inheritance
See Also