Search found 9 matches
- Wed Mar 25, 2009 9:52 am
- Forum: ActiveX
- Topic: Replacing V7 control with V8
- Replies: 1
- Views: 3190
Replacing V7 control with V8
We have TChart V7. We want to use the V8 now. Can we use the same license number and password for V8.
- Wed Mar 25, 2009 9:42 am
- Forum: ActiveX
- Topic: Teechart Bargraph Issue V7
- Replies: 1
- Views: 3034
Teechart Bargraph Issue V7
We are using TeeChart V7 to show bar graph. Whenever the data in series is large ( 300 to 500 values), the bar graph apprears in black color.
There are two series (one with color Red and other with Color Green). For lesser points they appear fine.
There are two series (one with color Red and other with Color Green). For lesser points they appear fine.
- Sat May 03, 2008 5:49 am
- Forum: .NET
- Topic: TeeChart Pro for .NET (Native C#.NET version)
- Replies: 1
- Views: 2848
TeeChart Pro for .NET (Native C#.NET version)
Urgent :
When i try to add the " .ocx " file in toolbar of asp.net 2.0, I am not able to see the controls in the toolbar. I want to know that whether this control supports Asp.Net as it does Windows.Net.
and if yes whats the code to bind the Teechart using asp.net 2.0
Thanks
When i try to add the " .ocx " file in toolbar of asp.net 2.0, I am not able to see the controls in the toolbar. I want to know that whether this control supports Asp.Net as it does Windows.Net.
and if yes whats the code to bind the Teechart using asp.net 2.0
Thanks
- Fri Feb 01, 2008 6:29 am
- Forum: ActiveX
- Topic: Shown Chart zoom in 2d
- Replies: 3
- Views: 4141
Hi Narcis, Thanks for your support, I have Teechart version 7.0, my problem is 2D chart turns 3D in while zooming, I try using set property of 3D value to 1% and its ortogonal to 0 degree. Is there any another way to do this. My another problem is my chart back color is black and i have tcCursor too...
- Thu Jan 31, 2008 1:46 pm
- Forum: ActiveX
- Topic: Shown Chart zoom in 2d
- Replies: 3
- Views: 4141
Shown Chart zoom in 2d
When i zoom chart by default it view in 3D, How can i show chart in 2D not 3D while zooming ?
Code in MFC will help.
Code in MFC will help.
- Thu Jan 24, 2008 7:11 am
- Forum: .NET
- Topic: Tutorials of TeeChart in asp.net 2003 and 2005
- Replies: 3
- Views: 4095
HI Narcis, Thanks for your support. I got Tchart Tutorials... I try my application using asp.net application but still having problem to show chart on html browser..It show's chart but not showing line series and bar series....means it show empty chart. I am adding series directly from TChart proper...
- Tue Jan 22, 2008 12:29 pm
- Forum: .NET
- Topic: Tutorials of TeeChart in asp.net 2003 and 2005
- Replies: 3
- Views: 4095
Tutorials of TeeChart in asp.net 2003 and 2005
1)Is there any tutorials which will explain from start How to use Teechart component in asp.net 2003 and asp.net 2005. 2) Teechart component not able to add in toolbox of asp.net 2005. I had try using add teechart.ocx com component but not working. 3) I am also getting problem in opening Sample Exam...
- Wed Dec 19, 2007 5:37 am
- Forum: ActiveX
- Topic: Export DateTime in excel
- Replies: 3
- Views: 6015
HI..Narcís, Thanks for reply.....so is there anyway to save datetime format in excel without formatting excel sheet. I have tried to get datetime value in string , still it store in double value. Since excel sheet generated during save teechart data as new excel sheet, that's why it is difficult to ...
- Tue Dec 18, 2007 6:34 am
- Forum: ActiveX
- Topic: Export DateTime in excel
- Replies: 3
- Views: 6015
Export DateTime in excel
HI..I have datetime values on x axis of teechart. On export of data to excel it show's floating point number.
i have make datetime as true in vb 6 code as follows:
TChart1.Series(0).XValues.DateTime = True
So how i can export datetime as datetime format not as floating point values.
i have make datetime as true in vb 6 code as follows:
TChart1.Series(0).XValues.DateTime = True
So how i can export datetime as datetime format not as floating point values.