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

In This Topic
    Enabled Property (ChartTickMarks)
    In This Topic
    Gets or sets a value indicating whether tick marks should be shown.

    Default: Auto, which means true for major tick marks and false for minor tick marks.

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