Search found 10 matches

by ATG
Thu Jul 10, 2008 11:52 am
Forum: .NET
Topic: Save Layout and load layout with Function generate an error.
Replies: 1
Views: 3348

Save Layout and load layout with Function generate an error.

Hi support, I have an issue with the TeeChart .NET version 2.0.2306.26232 I test this issue with version 2.0.3033.18431 but the problem is the same. I send you an example project to reproduce it the file zip name is ATG_FunctionSample.zip To reproduce this issue follows the steps: Click button 'BAR ...
by ATG
Tue May 20, 2008 3:33 pm
Forum: .NET
Topic: When Save layout the changed series color is loosed.
Replies: 5
Views: 6777

Hi support,

And is possible read the color from the saved template in order to set
each point with the correctly color?

Thanks in advance.

Requena Claudio
ANZANI TRADING GROUP
by ATG
Tue May 20, 2008 12:08 pm
Forum: .NET
Topic: When Save layout the changed series color is loosed.
Replies: 5
Views: 6777

Hi support, I send a example file uploading the file to your server from your web page the file name is 'ATG_TeeChartPieSample.zip' To reproduce this issue follows the steps: Case 1 BAR is OK Click button 'BAR Load Data' Change the theme and color serie Click button 'BAR Save layout' close the appli...
by ATG
Mon May 19, 2008 12:41 pm
Forum: .NET
Topic: When Save layout the changed series color is loosed.
Replies: 5
Views: 6777

When Save layout the changed series color is loosed.

Hi support, I want to know if is possible preserve the layout when I change the color in a Pie, I changed colors for any data and save the layout but colors are not preserved. There is a way to do days? Is supported by the object? Bellow the example: for (int i = 0; i < TeeChartObject.Series[0].Coun...
by ATG
Mon Oct 17, 2005 1:52 pm
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12962

found the key in the registry.
But if I add a new entry like the following:
myhelp.chm=c:\temp

how can the Teechart editor know to open that file instead of the default help file??

I miss something here....
Thanks in advance,
Matteo
by ATG
Mon Oct 17, 2005 9:37 am
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12962

registry key

hello,

is it possible to hide the help button?
Can you tell me where to find the registry key:
[HKEY_LOCAL_MACHINEHelp]

It sounds wrong typed to me.
Thanks,
Matteo
by ATG
Fri Oct 14, 2005 12:12 pm
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12962

What kind of registry key is [HKEY_LOCAL_MACHINEHelp] ?
Isn't it mispelled?

Thanks for helping
Matteo
by ATG
Fri Oct 14, 2005 9:41 am
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12962

Help button on TeeChart Editor

hello, I'm using v2 for .NET and delivering a feature for my customers to let them open the TeeChart Editor. The editor contains an help button that opens an help file that it's good for developers but not for end users. Is it possible to hide this button or change the file to be open? If yes, do yo...
by ATG
Mon Sep 12, 2005 1:59 pm
Forum: .NET
Topic: Change values....
Replies: 1
Views: 4136

Change values....

Hello, what I'm trying to do is changing values of the series. It means that I would like to do something like this: double[] XS=new double[7]; XS[0]=1000; XS[1]=2000; XS[2]=4000; XS[3]=8000; XS[4]=16000; XS[5]=32000; XS[6]=64000; atgGraph.Series[0].ValuesLists[1].Clear(); atgGraph.Series[0].ValuesL...
by ATG
Mon Sep 12, 2005 1:53 pm
Forum: .NET
Topic: Change Style....
Replies: 1
Views: 5374

Change Style....

Hi,
could anyone please tell me how can I change a style of one graph series on the run time.

For examle, I would like to swith from the pie type to the line (or bar) type and viceversa by the code. I'm using C#.
Thanks a lot.
Andrea Stella.