Search
Projection.DrawAsProjection Method
See Also
 






Draws the projections in specified RenderContext.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

void DrawAsProjection (
    RenderContext context
)

Visual Basic  Copy Code

Sub DrawAsProjection( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also