FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Palettes Namespace / ExtendedPalette Class / GetBrushes Method
The System.Collections.Generic.Dictionary`2 of the System.Drawing.KnownColor enumeration.
The System.Collections.Generic.Dictionary`2 of the brushes.
The key of the value to set.

In This Topic
    GetBrushes Method (ExtendedPalette)
    In This Topic
    Creates the System.Collections.Generic.IList`1 of brushes.
    Syntax
    'Declaration
     
    Protected Shared Function GetBrushes( _
       ByVal clrs As System.Collections.Generic.Dictionary(Of String,IList(Of Integer)), _
       ByVal brushes As System.Collections.Generic.Dictionary(Of String,IList(Of Brush)), _
       ByVal key As System.String _
    ) As System.Collections.Generic.IList(Of Brush)
    protected static System.Collections.Generic.IList<Brush> GetBrushes( 
       System.Collections.Generic.Dictionary<string,IList<int>> clrs,
       System.Collections.Generic.Dictionary<string,IList<Brush>> brushes,
       System.string key
    )

    Parameters

    clrs
    The System.Collections.Generic.Dictionary`2 of the System.Drawing.KnownColor enumeration.
    brushes
    The System.Collections.Generic.Dictionary`2 of the brushes.
    key
    The key of the value to set.

    Return Value

    The System.Collections.Generic.IList`1 of created brushes.
    See Also