Page 1 of 1

Simple Gauge

Posted: Tue Sep 26, 2006 7:16 pm
by 9639571
Can someone tell me how to load a simple gauge. I can not get any data to fill the control.

Public Gauge2 As Steema.TeeChart.Styles.Gauges = New Steema.TeeChart.Styles.Gauges()

TChart2.Series.Add(Gauge2)
Gauge2.Add(corry)

Posted: Wed Sep 27, 2006 9:24 am
by narcis
Hi phil1995,

You need to use gauges series like this:

Code: Select all

        Dim Gauge1 As Steema.TeeChart.Styles.Gauges = New Steema.TeeChart.Styles.Gauges(TChart1.Chart)
        Gauge1.Value = 60