Search
YAxisRenderer Constructor
See Also
 






Initializes a new instance of the YAxisRenderer class to render the specified Axis.

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

 Syntax

Java  Copy Code

public YAxisRenderer (
    Axis axis
)

 Parameters

axis

The Axis that will be drawn by this object.

 See Also