Page 1 of 1

Teechart Commander

Posted: Tue Sep 20, 2005 1:19 pm
by 8125470
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

Posted: Fri Sep 23, 2005 2:24 pm
by narcis
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.