ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / ShowGridLines Property

In This Topic
    ShowGridLines Property (C1OlapPage)
    In This Topic
    Gets or sets whether the chart should include gridlines along the X axis.
    Syntax
    'Declaration
     
    Public Property ShowGridLines As System.Boolean
    public System.bool ShowGridLines {get; set;}
    See Also