ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / MajorGridFill Property


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