corelibraries-devexpress-dot-xtracharts-e17d2ed3.md
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.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class SwiftPlotDiagramAxisYBase :
SwiftPlotDiagramAxis
Public MustInherit Class SwiftPlotDiagramAxisYBase
Inherits SwiftPlotDiagramAxis
The following members return SwiftPlotDiagramAxisYBase objects:
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.
IXtraSupportDeserializeCollectionItem
Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisYBase SwiftPlotDiagramAxisY
SwiftPlotDiagramSecondaryAxisY
See Also