Gets or sets the Brush used to color the DataSeries. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Brush SeriesBrush { get; set; }
Visual Basic
Public Property SeriesBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ SeriesBrush {
	Brush^ get ();
	void set (Brush^ value);
}

See Also