Search
AxisRenderer Constructor
See Also
 






Initializes a new instance of the AxisRenderer class.

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

 Syntax

Java  Copy Code

protected AxisRenderer (
    Axis axis
)

 Parameters

axis

The Axis that will be drawn by this AxisRenderer.

 See Also