Charting for WinForms Programmer's Guide
BaseGauge.Draw Method
See Also
 






Draws the gauge to the specified IGraphics object.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public virtual void Draw (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As IGraphics _
)

 Parameters

graphics

The target IGraphics object.

 See Also

BaseGauge Members
BaseGauge Class
MindFusion.Gauges Namespace