LegendTableStyle     Procedure (Sub)

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

ParameterTypeDescription

LeftPercent

Single

Legend table position as % of graph width

TopPercent

Single

Legend table position as % of graph height

Font$

String

Font

FontColor

Long

Color of the legend table text

BackgroundColor

Variant

Background color

EdgeColor

Long

Color of the legend table border

EdgeThickness

Integer

Thickness of the legend table border

Transparent

Boolean

True to make the page transparent (ie. don't show the color gradient)

HorizontalSpacing

Boolean

0 for vertical alignment of legend entries, else spacing in pixels between horizontal legend entries.

See Also..

AddLegendEntry  

Example..

Call ecGraph3D1.LegendTableStyle(leftpercent, toppercent, font, fontcolor, backgroundcolor, edgecolor, edgethickness, transparent, horizontalspacing) 


     
Contents     Variables     Events     Properties     Functions     Subs

ecGraph3D    Copyright © 2008, Encore Consulting Pty Ltd