SwiftPlotDiagramModel.AxisY Property
Returns the model of the primary Y-axis of the modeled Swift Plot diagram.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Elements)]
public SwiftPlotDiagramAxisYModel AxisY { get; }
Property Value
Type | Description |
---|---|
SwiftPlotDiagramAxisYModel | The model of the primary Y-axis. |
See Also