Search
Plot3D.Draw Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void Draw (
    RenderContext context
)

Visual Basic  Copy Code

Public Overrides Sub Draw( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also