Search
XAxisRenderer Constructor
See Also
 






Initializes a new instance of the XAxisRenderer class that renders the specified Axis.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public XAxisRenderer (
    Axis axis
)

 Parameters

axis

The Axis that will be drawn by this XAxisRenderer.

 See Also