Page 1 of 1

how to coding both VB.NET and C#.NET

Posted: Wed Sep 15, 2004 9:32 am
by 9523566
Please advise me how to coding both VB.NET and C#.NET
1) How to change series cursor by crHelp,crHandPoint .. constant
2) How to get axis.bottom label text(datetime) at specific position
3) How to convert x_value(datetime)--such as 37956.642365972-- to
text ,for example '2004/02/03 07:55'
4) Where can I get this kind of sample code(VB.NET,C#.NET) at your
URL.
Best Regards,
Thanks in advance.

Posted: Wed Sep 15, 2004 3:45 pm
by Pep
Hi,

1) You can do : axTChart1.Series(0).Cursor = Cursors.Hand;
2) You can do :
string i = axTChart1.Series(0).XValueToText(3);
MessageBox.Show(i);
3) See the 2
4) You cna find some examples which use TeeChart Pro ActiveX version and VS.NET under :
C:\Program Files\Steema Software\TeeChart Pro v7 ActiveX Control\Examples\Visual Studio .NET

You can convert the C# code to VB.Net code at :
http://www.kamalpatel.net/ConvertCSharp2VB.aspx