Search found 13 matches

by banzatto
Tue Feb 09, 2010 3:21 pm
Forum: .NET
Topic: TChart editor problem
Replies: 8
Views: 9146

Re: TChart editor problem

No, only in other machines, in development machine running normally.
I compiled TeeChart demo and running in Windows XP 32 bits and in the basic features example button in "tchart1.showeditor()" happens problem but in Editor Options example not.
by banzatto
Tue Feb 09, 2010 1:09 pm
Forum: .NET
Topic: TChart editor problem
Replies: 8
Views: 9146

Re: TChart editor problem

But installation is Ok. In my computer TeeChart running normally. The problem is only teechart editor in other computers.
I followed the steps, but problem persists.
I found other messages speaking of the problem with TeeChart and 64 bits, etc... but messages were old..
by banzatto
Tue Feb 09, 2010 11:52 am
Forum: .NET
Topic: TChart editor problem
Replies: 8
Views: 9146

Re: TChart editor problem

I'm using version 4 of the TeeChart.NET. My problem is very simple, i had installed in vs2008 the version V2 of the TeeChart.Net, and now installed the version 4 of the Teechart.net in vs2008 running on Windows Vista 64 bits. In my computer the application running normally and Teechart Commander wit...
by banzatto
Mon Feb 08, 2010 6:26 pm
Forum: .NET
Topic: TChart editor problem
Replies: 8
Views: 9146

TChart editor problem

I have a development in Windows Vista x64 and when i run my application in Windows XP or Windows Vista 32 bits, the tchart editor not function.
The Tchart function whell but editor not. Which the problem ?
by banzatto
Mon Feb 08, 2010 1:09 pm
Forum: .NET
Topic: Another CrossTableSource problem
Replies: 5
Views: 6752

Re: Another CrossTableSource problem

OK. But how do i make to change color of the series manually ?
I am thinking in go of serie in serie and catch the name and catch the color of the dataset.
Is this to better way ?
by banzatto
Mon Feb 08, 2010 12:49 pm
Forum: .NET
Topic: CrossTableSource
Replies: 6
Views: 7843

Re: CrossTableSource

Thanks.
by banzatto
Fri Feb 05, 2010 12:32 pm
Forum: .NET
Topic: Another CrossTableSource problem
Replies: 5
Views: 6752

Re: Another CrossTableSource problem

I have a Field in DataTable that has a Field with colors for each, and i need used this field in a crosstabsource and not colors defined by the teechart.
by banzatto
Fri Feb 05, 2010 12:12 pm
Forum: .NET
Topic: CrossTableSource
Replies: 6
Views: 7843

Re: CrossTableSource

I used version 4. The problem is legend show LabelFields and not GroupFields when GroupFields has the same text.
The example show this it. Change gmax to 1 and legend show labels fields "label 1, label 2, label 3" and not "Group 1".
by banzatto
Thu Feb 04, 2010 5:56 pm
Forum: .NET
Topic: CrossTableSource
Replies: 6
Views: 7843

Re: CrossTableSource

To show the problem change the gmax to 1 public Form1() { InitializeComponent(); InitializeChart(); } private Steema.TeeChart.Styles.Bar series; Steema.TeeChart.TChart tChart1; DataGrid grid; DataSet TeeDataSet = new DataSet(); DataTable TeeDataTable = new DataTable(); Steema.TeeChart.Data.CrossTabS...
by banzatto
Thu Feb 04, 2010 3:40 pm
Forum: .NET
Topic: Another CrossTableSource problem
Replies: 5
Views: 6752

Another CrossTableSource problem

I have used ColorMember with DataSource, but with Crosstablesource colormember no function.
How do i define colors to series with crosstablesource ?
by banzatto
Thu Feb 04, 2010 3:34 pm
Forum: .NET
Topic: CrossTableSource
Replies: 6
Views: 7843

CrossTableSource

I have a problem with crosstablesource and groupfield with only 1 type. Example: in Table i have: LabelField GroupField ValueField Label1 Group1 10 Label2 Group1 20 Label3 Group1 30 Label4 Group1 40 The graphic dont show legend of the groupfield, but show legend of the labelfield. Now when i have a ...
by banzatto
Mon Jul 23, 2007 4:45 pm
Forum: .NET
Topic: LabelMember and empty fields
Replies: 3
Views: 6644

Ok I posted the example in your upload page...TeechartProblem1.rar
if you insert records with label column with blank in the first record anothers labels not visible ....
by banzatto
Fri Jul 20, 2007 5:43 pm
Forum: .NET
Topic: LabelMember and empty fields
Replies: 3
Views: 6644

LabelMember and empty fields

I have a graphic with bar series and link with datasource ...
In field linked with labelmember i have some records with empty strings, and on the contrary the graphic show blank in axis, its show 0 , 1, 2, 3, etc and dont show the labels in axis to labels with no blank.

which is the problem?