Gets or sets the Brush used to fill the major grid.

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

Syntax

C#
public Brush MajorGridFill { get; set; }
Visual Basic
Public Property MajorGridFill As Brush
	Get
	Set

Remarks

You can use this property to create a striped plot appearance.

See Also