Page 1 of 1

Multilanguage and Handles...

Posted: Mon Jan 26, 2004 2:12 am
by 9079770
Language : VC++
TeeChart Ver. : 6.0.0.4

It's my pleasure to contact with you.

I have two questions.

1. How do I express a handles when any object(annotation, legend, etc) is selected? A handles is composed of four points on the corner of any object.

2. How do I set multi language in my project.

Thanks.

Posted: Mon Jan 26, 2004 9:58 am
by Pep
Hi,

1. How do I express a handles when any object(annotation, legend, etc) is selected? A handles is composed of four points on the corner of any object.
if you are talking about the TeeChartOffice's "Selector Tool" which
enables many TeeChart objects to be highlighted and modified when clicked upon (you can see this tool if you go to the Edit menu within TeeChartOffice and select Chart Tools...). At the moment the Selector Tool is not available in the TeeChart Pro ActiveX Control although it could be created "by hand" using, for example, events such as the TChart1_OnClickSeries() and the Canvas drawing methods and properties outlined in "Tutorial 13 - Custom drawing on the chart panel"

2. How do I set multi language in my project.
To use "MultiLanguage" you must download the TeeChart Multilanguage version from our web site (at the private customers download page), which includes a file with detailed steps to how to use it.