FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Palettes Namespace / ExtendedPalette Class / CreateBrushes Method
The System.Collections.Generic.IList`1 of the System.Drawing.KnownColor enumeration.

In This Topic
    CreateBrushes Method (ExtendedPalette)
    In This Topic
    Creates the brushes list for extended palettes.
    Syntax
    'Declaration
     
    Protected Shared Function CreateBrushes( _
       ByVal clrs As System.Collections.Generic.IList(Of Integer) _
    ) As System.Collections.Generic.List(Of Brush)
    protected static System.Collections.Generic.List<Brush> CreateBrushes( 
       System.Collections.Generic.IList<int> clrs
    )

    Parameters

    clrs
    The System.Collections.Generic.IList`1 of the System.Drawing.KnownColor enumeration.

    Return Value

    The System.Collections.Generic.List`1 of created System.Drawing.SolidBrush elements.
    See Also