AddLegendEntry
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.
Example..
Call ecGraph3D1.AddLegendEntry(legend, color, edgecolor, edgethickness)
|