ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("RangedHistogram.SortDescending", "Gets or sets whether the ranged histogram sort descending.")>
    Public Property SortDescending As Boolean
    [C1Description("RangedHistogram.SortDescending", "Gets or sets whether the ranged histogram sort descending.")]
    public bool SortDescending {get; set;}
    See Also