Search found 23 matches

by tangone
Thu May 31, 2012 1:30 pm
Forum: .NET
Topic: Pivot Chart Like for TeeChart
Replies: 8
Views: 14293

Re: Pivot Chart Like for TeeChart

Hi Sandra,

Thanks for the sample provided, and I am sorry that I did not mention I wanted to have it in web application.
Would it be difficult to convert it to web application?

Thanks.
by tangone
Wed May 30, 2012 8:41 am
Forum: .NET
Topic: Pivot Chart Like for TeeChart
Replies: 8
Views: 14293

Re: Pivot Chart Like for TeeChart

Thanks, Narcís.

Please see attached.
by tangone
Wed May 30, 2012 2:04 am
Forum: .NET
Topic: Pivot Chart Like for TeeChart
Replies: 8
Views: 14293

Re: Pivot Chart Like for TeeChart

Hi Sandra, Glad to hear that it is being worked out. Please see attached image (I was not allowed to upload Excel file by the way) for the sample. Year LINE_CD OUT_QTY PLAN_QTY Y2006 HA01 100 200 HA02 50 150 HA03 300 232 HA04 89 288 HA05 232 328 HA06 132 32 Y2007 HA01 38 188 HA02 27 132 HA03 119 172...
by tangone
Tue May 29, 2012 1:52 am
Forum: .NET
Topic: Pivot Chart Like for TeeChart
Replies: 8
Views: 14293

Re: Pivot Chart Like for TeeChart

Hi,

Anybody got any idea on this?
by tangone
Mon May 28, 2012 10:12 am
Forum: .NET
Topic: TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100
Replies: 4
Views: 11120

Re: TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100

Hi Narcís,

I am not sure if TeeChart for .NET v2012 is the enhancement of .NET v3?
I can only see .NET v3 downloads in my clientaccess page.
I will check with the sales department.

thanks.

rgds,
tangone
by tangone
Sun May 27, 2012 10:03 am
Forum: VCL
Topic: Pivot Chart functionality with Tchart
Replies: 4
Views: 10308

Re: Pivot Chart functionality with Tchart

Hi den,

I am trying to do the similar task and have been searching for solutions up and down.
Would you be able to show how you have done this?

appreciate it.

rgds,
tangone
by tangone
Sun May 27, 2012 7:12 am
Forum: .NET
Topic: TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100
Replies: 4
Views: 11120

Re: TeeChart for .NET v2012 [10 MAY 2012] RELEASE 4.1.2012.05100

Dear Chris,

Greetings!

Just wondering why I can't see this download in my clientaccess page?

Thanks.

rgds,
tangone
by tangone
Sun May 27, 2012 2:36 am
Forum: .NET
Topic: Pivot Chart Like for TeeChart
Replies: 8
Views: 14293

Pivot Chart Like for TeeChart

Dear Sir/Madam,

Greetings!

I am using TeeChart for .Net v3 and I would like to plot something like the image attached which is an Excel Pivot Chart.
Could you please give me an example how I can do that (including the X-Axis lables)?

Thanks.

Rgds,
tangone
by tangone
Wed Jul 02, 2008 2:28 am
Forum: .NET
Topic: OrgSeries- Gradient direction for FromCenter
Replies: 3
Views: 8132

Hi tangone, In that case you need to use Steema.TeeChart.Drawing.PathGradientMode.FromCenter . Thanks, however it seems not working for my case. I tried: Dim sGradient As Steema.TeeChart.Drawing.Gradient = New Steema.TeeChart.Drawing.Gradient() sGradient.Direction = Steema.TeeChart.Drawing.PathGrad...
by tangone
Tue Jul 01, 2008 12:45 pm
Forum: .NET
Topic: OrgSeries- Gradient direction for FromCenter
Replies: 3
Views: 8132

OrgSeries- Gradient direction for FromCenter

May I know how to set gradient direction for OrgSeries as FromCenter programmatically? So far, I managed to set gradient direction as: 1) Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal 2) Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal 3) Drawing.Drawing2D.LinearGradientMode.Horizontal 4...
by tangone
Wed Jun 18, 2008 8:58 am
Forum: .NET
Topic: Line Chart Marks Did Not Appear
Replies: 3
Views: 7506

Hi Narcís,

It works fine now.

Thanks for such quick respond, I appreciate it.

Rgds,
Stephen
by tangone
Wed Jun 18, 2008 5:41 am
Forum: .NET
Topic: Line Chart Marks Did Not Appear
Replies: 3
Views: 7506

Line Chart Marks Did Not Appear

Dear Sir/Madam, I draw a Bar chart and turn on Marks as below: wChart.Chart.Series(i).Marks.Style = Steema.TeeChart.Styles.MarksStyles.Label That works fine. But when I change it to Line chart: wChart.Chart.Series.Add(New Steema.TeeChart.Styles.Line()) The Label disappeared. Same thing happen to mos...
by tangone
Fri May 23, 2008 3:00 am
Forum: .NET
Topic: Copy to Clipboard Error
Replies: 1
Views: 5105

Copy to Clipboard Error

Hi, I am currently developing a web application using teechart for asp.net version 3.2.3016.15522. When I click on a button to call the below event to copy the image to the clipboard so that it can be pasted at the client side: wChart.Chart.Export.Image.Bitmap.CopyToClipboard() I get the below error...
by tangone
Thu May 08, 2008 10:51 am
Forum: .NET
Topic: WebChart Bottom Axis Labels Missing
Replies: 7
Views: 13172

Hi Narcís,

I just found out what went wrong and the issue solved.
Sorry for inconvenience caused.

Thanks,
stephen
by tangone
Thu May 08, 2008 9:52 am
Forum: .NET
Topic: WebChart Bottom Axis Labels Missing
Replies: 7
Views: 13172

Hi Narcís, What is the purpose of adding this line: Bitmap bmp = wChart.Chart.Bitmap; I have added this line but I did not see any difference. I tried to move it to the following function: Private Sub seriesHotspot1_GetHTMLMap(ByVal sender As Steema.TeeChart.Tools.SeriesHotspot, ByVal e As Steema.Te...