Another CrossTableSource problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
banzatto
Newbie
Newbie
Posts: 13
Joined: Mon Sep 04, 2006 12:00 am

Another CrossTableSource problem

Post by banzatto » Thu Feb 04, 2010 3:40 pm

I have used ColorMember with DataSource, but with Crosstablesource colormember no function.
How do i define colors to series with crosstablesource ?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Another CrossTableSource problem

Post by Sandra » Fri Feb 05, 2010 10:04 am

Hellon banzatto,

I could reproduce your problem, I am using code if you send in your last thread, I found a solution that I think you can do a similar code for next line:

Code: Select all

 CrossTB.Series.ColorMember = Color.Aqua.ToString();
Please, check next code works as you want. If your problem doesn't solve, please you can say exactly what are you doing?



I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

banzatto
Newbie
Newbie
Posts: 13
Joined: Mon Sep 04, 2006 12:00 am

Re: Another CrossTableSource problem

Post by banzatto » Fri Feb 05, 2010 12:32 pm

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Another CrossTableSource problem

Post by Sandra » Mon Feb 08, 2010 10:19 am

Hello banzatto,

I'm sorry, but actually this is not possible. I have added it in wish-list with number [TF02014668]to be considered for inclusion in future releases. We can not provide an estimate date for now.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

banzatto
Newbie
Newbie
Posts: 13
Joined: Mon Sep 04, 2006 12:00 am

Re: Another CrossTableSource problem

Post by banzatto » Mon Feb 08, 2010 1:09 pm

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 ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Another CrossTableSource problem

Post by Narcís » Mon Feb 08, 2010 3:02 pm

Hi banzatto,

Yes, I think this is the way to go. I can't think of any other solution for now.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply