Gets or sets the source of the brushes that are used by this legend. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public BrushCollection BrushesSource { get; set; } |
Visual Basic Copy Code |
---|
Public Property BrushesSource As BrushCollection |
A collection of WPF Brush objects. The default is an empty collection.