ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / GridLines Property

In This Topic
    GridLines Property (Chart)
    In This Topic
    Adds gridlines to charts. This property does not apply to Pie charts.
    Syntax
    'Declaration
     
    Public Property GridLines As Boolean
    public bool GridLines {get; set;}
    See Also