Search
YAxisRenderer Constructor
See Also
 






Initializes a new instance of the YAxisRenderer class.

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

 Syntax

Java  Copy Code

public YAxisRenderer (
    Axis axis,
    Axis xAxis
)

 Parameters

axis

The Axis that will be drawn by this object.

xAxis

The Axis used to check data item visibility.

 See Also