LegendTableStyle
Public Sub LegendTableStyle(LeftPercent As Single, TopPercent As Single, Optional Font$ = "", Optional FontColor As Long = 0, Optional BackgroundColor = vbWhite, Optional EdgeColor As Long = 0, Optional EdgeThickness As Integer = 1, Optional Transparent As Boolean = False, Optional HorizontalSpacing As Boolean = False)
Specify the legend table style
Example..
Call ecGraph3D1.LegendTableStyle(leftpercent, toppercent, font, fontcolor, backgroundcolor, edgecolor, edgethickness, transparent, horizontalspacing)
|