ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRangedHistogramSeries Interface / SortDescending Property



In This Topic
    SortDescending Property (IRangedHistogramSeries)
    In This Topic
    Syntax
    'Declaration
     
    
    Property SortDescending As Boolean
    'Usage
     
    
    Dim instance As IRangedHistogramSeries
    Dim value As Boolean
     
    instance.SortDescending = value
     
    value = instance.SortDescending
    bool SortDescending {get; set;}
    property bool SortDescending {
       bool get();
       void set (    bool value);
    }
    See Also