Skip to main content
A newer version of this page is available. .

SwiftPlotDiagramAxisYBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class SwiftPlotDiagramAxisYBase :
    SwiftPlotDiagramAxis

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.

See Also