ComponentOne FinancialChart for WPF
SortDescending Property (RangedHistogram)



C1.WPF.Chart Namespace > RangedHistogram Class : SortDescending Property
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

Reference

RangedHistogram Class
RangedHistogram Members