Charting for WPF Programmer's Guide

SeriesLegend.BrushesSource Property

See Also
 


Gets or sets the source of the brushes that are used by this SeriesLegend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public List<Brush> BrushesSource { get; set; }

Visual Basic  Copy Code

Public Property BrushesSource As List(Of Brush)

 Property Value

 See Also