Search
LinearGaugeController Constructor
See Also
 






Initializes a new instance of the LinearGaugeController class.

Namespace: MindFusion.Charting.Gauges
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LinearGaugeController (
    LinearGaugeRenderer r,
    RenderContext context
)

Visual Basic  Copy Code

Public New ( _
    r As LinearGaugeRenderer, _
    context As RenderContext _
)

 Parameters

r

A LinearGaugeRenderer instance controlled by this object.

context

A RenderContext instance.

 See Also