[]
        
(Showing Draft Content)

C1.Win.Chart.Palettes.ExtendedPalette.GetBrushes

GetBrushes Method

GetBrushes(Dictionary<string, IList<int>>, Dictionary<string, IList<Brush>>, string)

Creates the IList<T> of brushes.

Declaration
protected static IList<Brush> GetBrushes(Dictionary<string, IList<int>> clrs, Dictionary<string, IList<Brush>> brushes, string key)
Parameters
Type Name Description
Dictionary<string, IList<int>> clrs

The Dictionary<TKey, TValue> of the KnownColor enumeration.

Dictionary<string, IList<Brush>> brushes

The Dictionary<TKey, TValue> of the brushes.

string key

The key of the value to set.

Returns
Type Description
IList<Brush>

The IList<T> of created brushes.