Search
Plot2D.drawOrigins Method
See Also
 






Plot.DrawOrigins override. Draws the plot's axis origin lines.

Namespace: MindFusion.Charting
File: Plot2D.js

 Syntax

JavaScript  Copy Code

function drawOrigins (context)

 Parameters

context

An instance of the RenderContext class.

 Remarks

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

 See Also