Legend(Color()) Constructor

Color table constructor (WinForms).
Public Sub New( _ 
ByVal colorTable As Color() _ 
)
This language is not supported or no code example is available.
public Legend( 
Color[] colorTable 
)
This language is not supported or no code example is available.

Parameters

colorTable
Color[]

The colors array

.NET Framework

Supported in: 4.8

In this article

Definition