Hi!
how we can disabled the "more" indicator? because I want to show all labels and if a reduce the size of the font, the lables is unreadable.
Thanks!
Sorry, but showing all labels is not a feature of the chart. I would suggest implementing a scrollable container control that shows icon - text pairs, instead of using the chart's legend, if a scrollable legend is a requirement for you.
Could you please provide more details on that scrollable container control?
Hello,
Please see the attached sample for an example of implementing a scrollable legend using an ASP Panel control and the FillSceneGraph event of the chart.
The way this sample works is that in the FillSceneGraph it determines when a Wedge is shown in the PieChart and it extracts the Label and the color of the Wedge. It then creates an image and a Label and inserts them in to a Table nested inside of the Panel to give the effect of a scrollable legend.
Let me know if you have any questions about this approach.