Gets the observable collection of brushes used to color each piece of the pie chart.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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 (); } |