Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / Legend Constructor / Legend Constructor(Color[])
The color table

In This Topic
    Legend Constructor(Color[])
    In This Topic
    Color table constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal colorTable() As Color _
    )
    public Legend( 
       Color[] colorTable
    )

    Parameters

    colorTable
    The color table
    See Also