Search found 18 matches
- Fri Oct 28, 2005 3:03 am
- Forum: ActiveX
- Topic: Chart Marking Overlapped
- Replies: 1
- Views: 4373
Chart Marking Overlapped
hi there, I am using Teechart Pro ActiveX Control v5 on vb6, what happen is that, when I tried to draw a pie chart, and set the chart marking visible to true, the chart marking overlapped due to the small slices of series items. Further more, is there a way to set the decimal point appear in the leg...
- Fri Jun 24, 2005 8:01 am
- Forum: .NET
- Topic: Point sytle color problem
- Replies: 1
- Views: 4784
Point sytle color problem
Please try below the code the point chart color should be blue right? but is showing red color. TChart.Series.Add(New Steema.TeeChart.Styles.Bar) TChart.Series(0).FillSampleValues(6) TChart.Series(0).Color = Color.Blue TChart.Series(0).ColorEach = False Dim objChartStyle As New Steema.TeeChart.Style...
- Tue Dec 21, 2004 1:51 am
- Forum: ActiveX
- Topic: How to sort series title?
- Replies: 1
- Views: 5527
How to sort series title?
Dear Sir
How to sort the series title ASC and DESC?
Thank
Cliven
How to sort the series title ASC and DESC?
Thank
Cliven
- Wed Aug 25, 2004 5:50 am
- Forum: ActiveX
- Topic: The memory could not be written
- Replies: 1
- Views: 5056
The memory could not be written
Dear Sir/Miss I included the Tchart active x version 5 as part of my user control (vb6). everyting work fina in the VB6 application. But when I included this user control in the html page. I got a error during i close the Internet Explorer and after I click OK in the error message box. window will c...
- Thu Jul 01, 2004 3:43 am
- Forum: .NET
- Topic: Embedded Windows User Controls with TeeChart .Net into IE.
- Replies: 6
- Views: 13834
Dear Sir Your sample is not working... Anywhere you try to included the TChart in the web form and open in IE.. But this is not I want. I create a custom user control and included the TChart as part of my custom user control. It work well in the windown form. But it counldn't display in IE. After ke...
- Tue Jun 29, 2004 10:26 am
- Forum: .NET
- Topic: How to sort the series value by asc and dsc
- Replies: 3
- Views: 9313
Thank I Solved it already
Dim i As Long For i = 0 To Chart.Series.Count - 1 TChart.Series(i).YValues.Order = Steema.TeeChart.Styles.ValueListOrder.Descending TChart.Series(i).XValues.Order = Steema.TeeChart.Styles.ValueListOrder.None TChart.Series(i).YValues.Sort() TChart.Series(i).XValues.Sort() TChart.Series(i).SortByLabel...
- Tue Jun 29, 2004 10:01 am
- Forum: .NET
- Topic: How to sort the series value by asc and dsc
- Replies: 3
- Views: 9313
Can't
Dear Sir
I try to use below the code to sort the chart.. But nothing happen!!!
Dim i As Long
For i = 0 To Chart.Series.Count - 1
TChart.Series(i).YValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending
Next
XValue and YValue also can't sort the series figure??
Any ideas?
Cliven
I try to use below the code to sort the chart.. But nothing happen!!!
Dim i As Long
For i = 0 To Chart.Series.Count - 1
TChart.Series(i).YValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending
Next
XValue and YValue also can't sort the series figure??
Any ideas?
Cliven
- Mon Jun 28, 2004 2:35 pm
- Forum: .NET
- Topic: Embedded Windows User Controls with TeeChart .Net into IE.
- Replies: 6
- Views: 13834
No Answer??
Dear Steema Support
Still no answer for this question?
It is because the TChart.dll doesn't existing in client PC?
I really need to include my user control in web application.
Please tell me what should I do...
Thank You
Cliven Yong
Still no answer for this question?
It is because the TChart.dll doesn't existing in client PC?
I really need to include my user control in web application.
Please tell me what should I do...
Thank You
Cliven Yong
- Thu Jun 24, 2004 7:05 am
- Forum: .NET
- Topic: How to sort the series value by asc and dsc
- Replies: 3
- Views: 9313
How to sort the series value by asc and dsc
Dear Sir
I need sort the series value by ascending or descending.
How do i do in vb.net
Thank
Cliven
I need sort the series value by ascending or descending.
How do i do in vb.net
Thank
Cliven
- Thu Jun 17, 2004 7:16 am
- Forum: .NET
- Topic: Embedded Windows User Controls with TeeChart .Net into IE.
- Replies: 6
- Views: 13834
Same Problem
Yes! I got the same problem
It is any solution fot it?
Thank
It is any solution fot it?
Thank
- Thu May 20, 2004 10:29 am
- Forum: .NET
- Topic: Can't display the chinses word in web chart!!!!
- Replies: 4
- Views: 10612
Thank Alot
Hi Chris
Really thank alot. Now I did successfully display the chinese word in the TChart.
Your solution make us move to next step. Really thank a lot.
We decide continue support Steema Product. Since you all provide great support!!
Thank
Cliven..
Really thank alot. Now I did successfully display the chinese word in the TChart.
Your solution make us move to next step. Really thank a lot.
We decide continue support Steema Product. Since you all provide great support!!
Thank
Cliven..
- Thu May 20, 2004 10:24 am
- Forum: .NET
- Topic: Print & Export TChart.net problem
- Replies: 3
- Views: 9649
Hi. I did solved the export problem. Here to share with those people have a same problem. but this is not a good solution. :lol: Print Chart I just export the TChart to JPG file and send to client site use the IE print button to print the chart picture. Export Excel Data I just set the TChart.Chart....
- Thu May 20, 2004 6:25 am
- Forum: .NET
- Topic: Print & Export TChart.net problem
- Replies: 3
- Views: 9649
Export problem more detail (unable to read)
Dear Sir/Miss I found the export error more detail. I get the unable to read file error message popup from ms office XP pro if I set the TChart.Chart.Export.Data.Excel.IncludeHeader = True Tchart Header Text = "Test Giant Mart ( Measures By : Units Ordered)" But I get the same error even i change th...
- Thu May 20, 2004 3:44 am
- Forum: .NET
- Topic: A Question about TeeChartForNET
- Replies: 2
- Views: 8022
- Wed May 19, 2004 11:25 am
- Forum: .NET
- Topic: Can't display the chinses word in web chart!!!!
- Replies: 4
- Views: 10612
Dear Sir/Miss I did add the charset = Chinese Traditional (Big5) in my webform. but the chinese word still do not show properly. but in my other webform component is display the chinese word. only the TChart is showing the funny word. Hi! do you have any source code for the WebForm VB.net code behin...