Search
Plot.drawOrigins Method
See Also
 






Draws the plot's axis origin lines.

Namespace: MindFusion.Charting
File: Plot.js

 Syntax

JavaScript  Copy Code

function drawOrigins (context)

 Parameters

context

An instance of the RenderContext class.

 Remarks

Use the origin property of Axis to specify the location of the axis origin, if different from 0.

 See Also