I want my end users to be able to select a "series palette" for the telerik charts I created.
Though I can easily create a handler that assigns colors to series when I create them, I was wondering where the default colors come from when no color was assigned to the series, and if I can "override" this somehow for a specific chart.
I have Examined the source code somewhat, but up to now to no avail.
1) Is it possible to set the "default colors palette" on <TelerikChart > or <ChartSeriesItems> level, but without setting a specific color on <ChartSeries> level?
2) Is there another way (eg CSS) to define the series color palette for a chart series that would not change the palette for other charts on the same page?
3) How could I address the (default color) palette if I wanted to assign eg each column in a column chart with a color from the default palette?
TIA - Hans