Legend(ObservableCollection<Brush>) Constructor

Color table constructor (WPF).
Public Sub New( _ 
ByVal colorTable As ObservableCollection(Of Brush) _ 
)
This language is not supported or no code example is available.
public Legend( 
ObservableCollection<Brush> colorTable 
)
This language is not supported or no code example is available.

Parameters

colorTable
ObservableCollection<Brush>

The colors collection

.NET Framework

Supported in: 4.8

In this article

Definition