Pre loader

Donut chart hide segment value label

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

How can I hide the default segment value label drawn automatically?
I need the solution for both iOS and Android version.

Version
2.2.1.2260
  • You must to post comments
0
0

Hi Sandeep,

In Android you can disable drawing of labels by setting DrawLabels to false on DonutRenderableSeries instance:

donutSeries.setDrawLabels(false);

EDIT:
For iOS part is works same way:

pieSeries.drawLabels = false

Hope this will help you!

Best regards,
Yura

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies