Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartGridLines Class / Enabled Property

In This Topic
    Enabled Property (ChartGridLines)
    In This Topic
    Gets or sets a value indicating whether the grid lines should be shown.

    Default is Auto, which means true for major grid lines and false for minor grid lines.

    Syntax
    'Declaration
     
    Public Property Enabled As RdlEnum(Of TriState)
    public RdlEnum<TriState> Enabled {get; set;}
    See Also