SecondaryAxisY Constructors
Represents the secondary Y-axis within a chart control in 2D series, except for the Swift Plot and Swift Point.Name | Parameters | Description |
---|---|---|
SecondaryAxisY() | none | Initializes a new instance of the SecondaryAxisY class with the default settings. Do not use it. |
SecondaryAxisY(String) | name | Initializes a new instance of the SecondaryAxisY class with the specified name. |
See Also