Page 1 of 1

Graph legend

Posted: 15 Jul 2014, 14:15
by PetrS
size=150Graph legend/size
Version 5.2.0 and higher

Graph legend is available in version 5.2.0 and higher.
Legend is property of Graph object.

uList of graph legend properties:/u

list
*bool bVisible /b- Legend visibility/*:m
*double bSpacingX/b, bSpacingY /b- distance from edge of graph canvas/*:m
*Font bFont /b- Font of legend texts/*:m
*Brush bBackBrush /b- set BackBrush for complex legend background (gradient or hatch brush)/*:m
*Color bBackColor /b- set BackColor for one-solid-color legend backgroud
If BackBrush nor BackColor is set, transparent background is used./*:m
*Pen bBorderPen /b- pen used to draw legend border/*:m
*ContentAlignment bAlignment /b- Alignment of the legend on the graph canvas/*:m/list:u

See attached example for more details.