The XamDoughnutChart control is similar to the xamPieChart –proportionally illustrating the occurrences of a variable. The XamDoughnutChart can display multiple variables in concentric rings, and provides built-in support for labels, legend, selection and explosion.
Main Features
Main features summary chart
The following table summarizes the XamDoughnutChart control’s main features.
Feature
Description
Multiple rings support
The XamDoughnutChart can display multiple rings at the same time with each of the rings capable of being bound to a different collection, or they can share a common data source.
Slice selection
The XamDoughnutChart exposes the API for setting the state of one or more slices to selected. Optionally, you may apply a single custom visual style to the selected slices.
Slice explosion
The XamDoughnutChart slices explode either programmatically or by user interaction.
User Interactions and Usability
User interactions summary chart
The following table summarizes the XamDoughnutChart control’s user interaction capability.
The user can…
Using…
Details
Configurable?
Select slices
Touch
The XamDoughnutChart exposes a SliceClick event, raised when the user taps on a slice. Enabling slice selection or slice explosion allows you to modify the slice’s selection and explosion state upon tap gesture.
Related Content
The following topics provide additional information related to this topic.