Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / MajorGridLine Property


In This Topic
    MajorGridLine Property (ValueAxis)
    In This Topic
    Gets or sets the line used to draw the major grid lines.
    Syntax
    'Declaration
     
    
    Public Property MajorGridLine As Line
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Line
     
    instance.MajorGridLine = value
     
    value = instance.MajorGridLine
    public Line MajorGridLine {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the grid line is unset.
    See Also