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