Search
Plot3D.draw Method
See Also
 






Plot.Draw override. Draws a projection of 3D models generated by contained Renderer3D objects.

Namespace: MindFusion.Charting
File: Plot3D.js

 Syntax

JavaScript  Copy Code

function draw (context)

 Parameters

context

A RenderContext instance.

 See Also