-
Samvel Siradeghyan
5
posts
Member since:
Jul 2012
Posted 14 Jul 2012
Link to this post
I am creating an app with teleriks silverlight controls.
I had a problem with chart coloring. It is adding some opacity and gradients to charts.
It can be fixed by changing item style from SeriesDefinition.
For Bar charts I found template by googling and changed it as needed, but I can't find templates for StackedSplineArea and StepAreaSeries.
Where can I find this templates?
I tried with blend, but it does not give any template.
Thanks
-
-
Samvel Siradeghyan
5
posts
Member since:
Jul 2012
Posted 14 Jul 2012
Link to this post
Dear Telerik team
I found the solution.
To disable colour opacity you need to set PaletteBrushesUseSolidColors
property of RadChart
to true
. In my case this was enought and there is no need for templates.
Please never do things such this.
If someone is setting colour to chart, that mean that he want's to show exactly that colour, not something modified, and adding one extra property to each control to get needed colour is not user friendly at all.
Thanks
Samvel
-
-
Samvel Siradeghyan
5
posts
Member since:
Jul 2012
Posted 14 Jul 2012
Link to this post
Dear Telerik team
I found the solution.
To disable colour opacity you need to set PaletteBrushesUseSolidColors
property of RadChart
to true
. In my case this was enought and there is no need for templates.
Please never do things such this.
If someone is setting colour to chart, that mean that he want's to show exactly that colour, not something modified, and adding one extra property to each control to get needed colour is not user friendly at all.
Thanks
Samvel
-