corelibraries-devexpress-dot-xtracharts-dot-swiftplotseriesviewbase-e7f8b840.md
Specifies the Y-axis, that is used to plot the current series on a Swift Plot diagram.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public SwiftPlotDiagramAxisYBase AxisY { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property AxisY As SwiftPlotDiagramAxisYBase
| Type | Description |
|---|---|
| SwiftPlotDiagramAxisYBase |
A SwiftPlotDiagramAxisY or a SwiftPlotDiagramSecondaryAxisY object, that is the Y-axis for the current series.
|
The SwiftPlotDiagramAxisY class inherits properties and methods from the base SwiftPlotDiagramAxis class, which implements the common axes functionality, and represents a primary axis of values within Swift Plot and Swift Point charts.
The SwiftPlotDiagramSecondaryAxisY class is derived from the same base class and represents a secondary Y-axis on a diagram. The collection of secondary Y-axes is available via the SwiftPlotDiagram.SecondaryAxesY property.
For more information, refer to Primary and Secondary Axes.
See Also