Simple Gauge

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
phil1995
Newbie
Newbie
Posts: 31
Joined: Fri Dec 16, 2005 12:00 am
Location: Hattiesburg, Ms.
Contact:

Simple Gauge

Post by phil1995 » Tue Sep 26, 2006 7:16 pm

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)

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 27, 2006 9:24 am

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply