This is a migrated thread and some comments may be shown as answers.

Coloring Indicators

3 Answers 45 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ahmed
Top achievements
Rank 1
Ahmed asked on 11 Sep 2014, 01:56 PM
Hello,
how can i  update color for Indicators? i can change default color in first time by using ChartPalette but i need to update color indicator.

3 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 16 Sep 2014, 07:47 AM
Hi Ahmed,

Thanks for writing.
Can you please clarify which indicators you need to change exactly. Also, why doesn't changing the palette work for you?

Regards,
Victor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ramya
Top achievements
Rank 1
answered on 15 Jun 2015, 09:34 AM
How to apply datapoint color. I have tried using sphericaldatpoint setcolor property. It does not work. Please give suggestion to change the datapoint color using android UI.
0
Victor
Telerik team
answered on 18 Jun 2015, 08:16 AM
Hi Ramya,

Please consider this example:
series.setCanApplyPalette(false);
SphericalDataPointIndicatorRenderer renderer = new SphericalDataPointIndicatorRenderer(series);
renderer.setPointIndicatorColor(Color.GREEN);
series.setDataPointIndicatorRenderer(renderer);

With the palette disabled you have full control over the colors.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Victor
Telerik team
Ramya
Top achievements
Rank 1
Share this question
or