Gets the observable collection of brushes used to color each piece of the pie chart.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObservableCollection<Brush> Brushes { get; }
Visual Basic
Public ReadOnly Property Brushes As ObservableCollection(Of Brush)
	Get
Visual C++
public:
property ObservableCollection<Brush^>^ Brushes {
	ObservableCollection<Brush^>^ get ();
}

See Also