AddLegendEntry     Procedure (Sub)

Public Sub AddLegendEntry(Legend$, Color As Long, Optional EdgeColor As Long = vbBlack, Optional EdgeThickness As Integer = 1)

Add a new entry into the legend table.

ParameterTypeDescription

Legend$

String

Legend

Color

Long

The data color to display for this legend entry

EdgeColor

Long

The edge color to display (default = vbBlack)

EdgeThickness

Integer

The edge thickness (default = 1)

See Also..

LegendTableStyle  

Example..

Call ecGraph3D1.AddLegendEntry(legend, color, edgecolor, edgethickness) 


     
Contents     Variables     Events     Properties     Functions     Subs

ecGraph3D    Copyright © 2008, Encore Consulting Pty Ltd