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!
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.
You can use an Asp.net ListView or ListBox control. You can also use the Infragistics ExplorerBar. You can create a very simple explorer bar that functions as a listview with icons and text. Take a look at this Outlook style explorer bar:http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebExplorerBar/WebExplorerBarOutlook.aspx~srcview.aspx?path=~srcview.aspx?path=WebExplorerBar/WebExplorerBarOutlook.src
You can create something similar and turn off collapse/expand feature if you like.
Could you please provide more details on that scrollable container control?
Ok, 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.