C1.WPF.Chart Assembly / C1.WPF.Chart.Palettes Namespace / ExtendedPalette Class / GetBrushes Method

In This Topic
GetBrushes Method (ExtendedPalette)
In This Topic
Creates the brushes list for extended palettes.
Syntax
'Declaration
 
Protected Shared Function GetBrushes( _
   ByVal colors As Dictionary(Of String,IList(Of Integer)), _
   ByVal brushes As Dictionary(Of String,IList(Of Brush)), _
   ByVal key As String _
) As IList(Of Brush)
 

Parameters

colors
brushes
key
See Also