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

In This Topic
    Reversed Property
    In This Topic
    Gets or sets a value indicating that the direction of the legend should be reversed.

    Default: Auto.

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