Hello,
I have a flollowing problem in the RadChart control. I've defined brushes like this
<telerik:RadChart.PaletteBrushes>
<SolidColorBrush Color="Green" />
<SolidColorBrush Color="Gray" />
<SolidColorBrush Color="Orange" />
</telerik:RadChart.PaletteBrushes>
which works fine,but I wanted to reuse this in many places if possible. How can I do it?
Alternatively can I set a Brush for each slice via Binding? My viewmodel for the slice has a Brush property let's say MyBrush. Is there a way to bind it in a series definition?
Thanks in advance!
Krzysztof