Skip to main content

ASPxClientXYDiagram2D.secondaryAxesX Property

Provides access to a collection of secondary X-axes for a given 2D XY-diagram.

#Declaration

TypeScript
secondaryAxesX: 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