Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarAngleAxis Class / MajorGridLine Property


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