Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / MajorGridLine Property


In This Topic
    MajorGridLine Property (PolarRadiusAxis)
    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 PolarRadiusAxis
    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