Search
YAxisRenderer Constructor
See Also
 






Initializes a new instance of the YAxisRenderer class.

Namespace: MindFusion.Charting
File: YAxisRenderer.js

 Syntax

JavaScript  Copy Code

function YAxisRenderer (axis, [xAxis])

 Parameters

axis

The Axis that will be drawn by this object.

xAxis
Optional.

The Axis used to check data item visibility.

 See Also