Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IndexAxis Class / MinorGridLine Property
Example


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