Gauge Problem
Posted: Wed Jan 23, 2008 11:48 am
Ive got a guage control on my page
And I use the following code
Dim Gauge1 As Steema.TeeChart.Styles.Gauges = New Steema.TeeChart.Styles.Gauges(TChart1.Chart)
Gauge1.Value = 60
to set the gauge.
But the actual pointer is set to 0 whilst here is another thin black right pointing to six. How do I get the actual pointer to point to the 60.
And I use the following code
Dim Gauge1 As Steema.TeeChart.Styles.Gauges = New Steema.TeeChart.Styles.Gauges(TChart1.Chart)
Gauge1.Value = 60
to set the gauge.
But the actual pointer is set to 0 whilst here is another thin black right pointing to six. How do I get the actual pointer to point to the 60.