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.5, 4.6, 4.7

In this article

Definition