SwiftPlotDiagramSecondaryAxisY Constructors
Represents the secondary Y-axis within Swift Plot and Swift Point charts.Name | Parameters | Description |
---|---|---|
SwiftPlotDiagramSecondaryAxisY() | none | Initializes a new instance of the SwiftPlotDiagramSecondaryAxisY class with the default settings. |
SwiftPlotDiagramSecondaryAxisY(String) | name | Initializes a new instance of the SwiftPlotDiagramSecondaryAxisY class with the specified name. |
See Also