FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Palettes Namespace / SequentialMulti Class / YlOrRd Property

In This Topic
    YlOrRd Property
    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