I have used ColorMember with DataSource, but with Crosstablesource colormember no function.
How do i define colors to series with crosstablesource ?
Another CrossTableSource problem
Re: Another CrossTableSource problem
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:
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,
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();
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 |
Instructions - How to post in this forum |
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.
Re: Another CrossTableSource problem
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,
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 |
Instructions - How to post in this forum |
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 ?
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 ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Another CrossTableSource problem
Hi banzatto,
Yes, I think this is the way to go. I can't think of any other solution for now.
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 |
Instructions - How to post in this forum |