Page 1 of 1
Another CrossTableSource problem
Posted: Thu Feb 04, 2010 3:40 pm
by 9642394
I have used ColorMember with DataSource, but with Crosstablesource colormember no function.
How do i define colors to series with crosstablesource ?
Re: Another CrossTableSource problem
Posted: Fri Feb 05, 2010 10:04 am
by 10050769
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,
Re: Another CrossTableSource problem
Posted: Fri Feb 05, 2010 12:32 pm
by 9642394
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
Posted: Mon Feb 08, 2010 10:19 am
by 10050769
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,
Re: Another CrossTableSource problem
Posted: Mon Feb 08, 2010 1:09 pm
by 9642394
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 ?
Re: Another CrossTableSource problem
Posted: Mon Feb 08, 2010 3:02 pm
by narcis
Hi banzatto,
Yes, I think this is the way to go. I can't think of any other solution for now.