Silverlight Toolkit Overview, Part 2 - Charting
TreeMap
Displays a hierarchy of data as a set of nested rectangles.
AreaSeries
Represents a control that contains a data series to be rendered in X/Y line format.
ColumnSeries
Represents a control that contains a data series to be rendered in column format.
PieSeries
Represents a control that contains a data series to be rendered in pie format.
BarSeries
Represents a control that contains a data series to be rendered in bar format.
LineSeries
Represents a control that contains a data series to be rendered in X/Y line format.
ScatterSeries
Represents a control that contains a data series to be rendered in X/Y scatter format.
BubbleSeries
Represents a control that contains a data series to be rendered in X/Y line format. A third axis binding determines the size of the data point.
DynamicSeries
Using a ObservableCollection<T> (or INotifyCollectionChanged) as a Series.ItemSource causes the Chart to update once the underlying data source updates.
More Charting Resources
- Official Videos & Podcasts
- Introduction
- Styling
- Special effects
- Community Made Charting Series
- New release changes
- More links