Gets or sets the symbol fill brush.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public Brush SymbolFill { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property SymbolFill As Brush
	Get
	Set

See Also