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

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