The AnalogGauge object draws a graphical representation of a instrument gauge and offers drill-down capability that can be used to update the value of the gauge. Many aspects of the gauge such as color, dial diameter and label font and color can be adjusted.

Namespace:  jChart.Overlay
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public class AnalogGauge : Chart
Visual Basic (Declaration)
Public Class AnalogGauge _
	Inherits Chart
Visual C++
public ref class AnalogGauge : public Chart

Remarks

Inheritance Hierarchy

System..::.Object
  jChart..::.Chart
    jChart.Overlay..::.AnalogGauge

See Also