Search
RenderContext.getYAxis Method
See Also
 






Gets the Y axis assigned to a Renderer2D or returns one from parent plot or chart.

Namespace: MindFusion.Charting
File: RenderContext.js

 Syntax

JavaScript  Copy Code

function getYAxis ([series])

 Parameters

series
Optional.

A Renderer2D instance.

 Return Value

An Axis instance.

 See Also