Search
CustomComponent.Draw Method
See Also
 






Component.Draw override. Performs the custom-drawing by calling the associated callback.

Namespace: MindFusion.Charting.Components
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

 See Also