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

RadCartesianChart BarSeries Label Color Issue

1 Answer 111 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 20 Mar 2019, 11:59 AM

Hi all

i want to change the color of the Labels in Barseries . i am giving the Pallette  so its filling the Bar but Series Labels color is same for all bars.my code is like this

<telerikChart:RadCartesianChart.Series>
                                <telerikChart:BarSeries ValueBinding="Count" x:Name="barchart" PaletteMode="DataPoint"
                                CategoryBinding="Status" 
                                CombineMode="Stack" ShowLabels="True"  
                                StackGroupKey="1" 
                                AllowSelect="True"
                                ItemsSource="{Binding ScheduleEventData}" >
                                </telerikChart:BarSeries>
                            </telerikChart:RadCartesianChart.Series>

if any one have idea please post it here 

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 21 Mar 2019, 02:59 PM
Hi Divya,

In order to customize the Chart Series Labels you should implement a custom renderer for each platform. For more details on it please check the following article in our documentation: How to register Chart Renderers. About Chart customization for each platform please refer to the following topics:

- Android RadChartView Labels

- iOS Chart Customization

Please take a look at the CustomChartRenderer.cs file inside the Android and iOS projects and let me know if you have any additional questions.

Regards,
Didi
Progress 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
Divya
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or