ASPxClientXYDiagram2D.secondaryAxesY Property
Provides access to a collection of secondary Y-axes for a given 2D XY-diagram.
Declaration
secondaryAxesY: ASPxClientAxis[]
Property Value
Type | Description |
---|---|
ASPxClientAxis[] | An array of ASPxClientAxis objects, that is a collection of secondary X-axes. |
Remarks
For more information, refer to Primary and Secondary Axes.
See Also