ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RangedHistogram Class / SortDescending Property



In This Topic
    SortDescending Property (RangedHistogram)
    In This Topic
    Gets or sets whether the ranged histogram sort descending.
    Syntax
    'Declaration
     
    
    Public Property SortDescending As Boolean
    'Usage
     
    
    Dim instance As RangedHistogram
    Dim value As Boolean
     
    instance.SortDescending = value
     
    value = instance.SortDescending
    public bool SortDescending {get; set;}
    public:
    property bool SortDescending {
       bool get();
       void set (    bool value);
    }
    See Also