[]
        
(Showing Draft Content)

C1.Win.Chart.Palettes.ExtendedPalette.CreateBrushes

CreateBrushes Method

CreateBrushes(IList<int>)

Creates the brushes list for extended palettes.

Declaration
protected static List<Brush> CreateBrushes(IList<int> clrs)
Parameters
Type Name Description
IList<int> clrs

The IList<T> of the KnownColor enumeration.

Returns
Type Description
List<Brush>

The List<T> of created SolidBrush elements.