Gets the brushes used to fill the bars. If there are more bars than brushes, the
brushes are used in rotation.
Namespace: Mindscape.PhoneElements.ChartingAssembly: 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 (); } |