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

Numbers/Data Labels are not shown on Pie Chart in Android when Chart palette is set.

1 Answer 55 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Ram Prasad
Top achievements
Rank 1
Ram Prasad asked on 03 May 2017, 03:12 PM

Hello,

we are using Xamarin forms Chart controls, the numbers/data labels are not showing on Pie Chart when Custom palette is given to Chart.

I can reproduce this with Samples (SDKBrowser). Attached screenshot. Please let me know any alternative to show numbers on Chart.

 

Thanks,

Ram prasad

 

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 08 May 2017, 06:47 AM
Hi Ram,

You need to specify StrokeColor in your custom palette entries. The same color will be used for foreground in labels, e.g. palette.Entries.Add(new PaletteEntry(Color.Red, Color.Black));

Best regards,
Ves
Telerik by Progress
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
Ram Prasad
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or