Gets or sets the source of the brushes that are used by this SeriesLegend.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public BrushCollection BrushesSource { get; set; } |
Visual Basic
![]() |
---|
Public Property BrushesSource As BrushCollection |
An instance of the BrushCollection class. Default value is an empty list.
You should set a corresponding label in the LabelsSource array for each Brush that you add to BrushesSource.