ComponentOne Chart for WPF and Silverlight
MajorGridFill Property


C1.WPF.C1Chart Namespace > Axis Class : MajorGridFill Property
Gets or sets the System.Windows.Media.Brush used to fill the major grid.
Syntax
'Declaration
 
Public Property MajorGridFill As System.Windows.Media.Brush
'Usage
 
Dim instance As Axis
Dim value As System.Windows.Media.Brush
 
instance.MajorGridFill = value
 
value = instance.MajorGridFill
public System.Windows.Media.Brush MajorGridFill {get; set;}
Remarks
You can use this property to create a striped plot appearance.
See Also

Reference

Axis Class
Axis Members