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

In This Topic
    HideEndLabels Property
    In This Topic
    Gets or sets a value indicating whether the labels should be hidden at axis ends.

    Default: False.

    Syntax
    'Declaration
     
    Public Property HideEndLabels As RdlBool
    public RdlBool HideEndLabels {get; set;}
    See Also