Search found 18 matches

by Cliven
Fri Oct 28, 2005 3:03 am
Forum: ActiveX
Topic: Chart Marking Overlapped
Replies: 1
Views: 4119

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...
by Cliven
Fri Jun 24, 2005 8:01 am
Forum: .NET
Topic: Point sytle color problem
Replies: 1
Views: 4603

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...
by Cliven
Tue Dec 21, 2004 1:51 am
Forum: ActiveX
Topic: How to sort series title?
Replies: 1
Views: 4998

How to sort series title?

Dear Sir

How to sort the series title ASC and DESC?

Thank
Cliven
by Cliven
Wed Aug 25, 2004 5:50 am
Forum: ActiveX
Topic: The memory could not be written
Replies: 1
Views: 4799

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...
by Cliven
Thu Jul 01, 2004 3:43 am
Forum: .NET
Topic: Embedded Windows User Controls with TeeChart .Net into IE.
Replies: 6
Views: 12597

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...
by Cliven
Tue Jun 29, 2004 10:26 am
Forum: .NET
Topic: How to sort the series value by asc and dsc
Replies: 3
Views: 8567

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...
by Cliven
Tue Jun 29, 2004 10:01 am
Forum: .NET
Topic: How to sort the series value by asc and dsc
Replies: 3
Views: 8567

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
by Cliven
Mon Jun 28, 2004 2:35 pm
Forum: .NET
Topic: Embedded Windows User Controls with TeeChart .Net into IE.
Replies: 6
Views: 12597

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
by Cliven
Thu Jun 24, 2004 7:05 am
Forum: .NET
Topic: How to sort the series value by asc and dsc
Replies: 3
Views: 8567

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

by Cliven
Thu Jun 17, 2004 7:16 am
Forum: .NET
Topic: Embedded Windows User Controls with TeeChart .Net into IE.
Replies: 6
Views: 12597

Same Problem

Yes! I got the same problem
It is any solution fot it?

Thank
by Cliven
Thu May 20, 2004 10:29 am
Forum: .NET
Topic: Can't display the chinses word in web chart!!!!
Replies: 4
Views: 10118

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..
by Cliven
Thu May 20, 2004 10:24 am
Forum: .NET
Topic: Print & Export TChart.net problem
Replies: 3
Views: 9034

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....
by Cliven
Thu May 20, 2004 6:25 am
Forum: .NET
Topic: Print & Export TChart.net problem
Replies: 3
Views: 9034

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...
by Cliven
Thu May 20, 2004 3:44 am
Forum: .NET
Topic: A Question about TeeChartForNET
Replies: 2
Views: 7441

Hi.

It is the windows security setting permission write access disable?

Why you want to store the chart temp file into harddisk?
Why not choose the session to store the chart temp to reduce the space need in harddisk.


Anyway I'm one of the steema customer.

Cliven Yong
by Cliven
Wed May 19, 2004 11:25 am
Forum: .NET
Topic: Can't display the chinses word in web chart!!!!
Replies: 4
Views: 10118

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...