Teechart Commander

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
VH1
Advanced
Posts: 105
Joined: Thu May 13, 2004 4:00 am
Location: UK

Teechart Commander

Post by VH1 » Tue Sep 20, 2005 1:19 pm

Hi,

I am currently using version 1.1.1879.21176 of Teechart .NET.

Please can you give me an example of how I can use the following Teechart Commander properties: -

Steema.TeeChart.Commander.LabelText
Steema.TeeChart.Commander.LabelValues

Many thanks

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

Post by Narcís » Fri Sep 23, 2005 2:24 pm

Hi VH1,

You can use:

Code: Select all

commander1.LabelValues=false;
This is used for showing or hidding the commander label for the rotating, zoom, 3D, etc. status depending on which button is selected. Its default value is true;

and

Code: Select all

MyString = commander1.LabelText;
This is a read-only property to get the commander label text.


There seemed to be a bug with LabelValues, that didn't displayed the label whatever was its value. We have already fixed it in TeeChart for .NET v2.
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