ComponentOne FinancialChart for WinForms
C1.Win.Chart.Palettes Namespace / SequentialMulti Class / YlOrRd Property

In This Topic
    YlOrRd Property (SequentialMulti)
    In This Topic
    Gets the YlOrRd (Yellow-Orange-Red) palette.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property YlOrRd As IList(Of Brush)
    public static IList<Brush> YlOrRd {get;}
    See Also