<< Click to Display Table of Contents >> ChartLegendPosition |
(Chart Property) Sets the legend position for the next created chart object.
property ChartLegendPosition [long] VPE.ChartLegendPosition
write; runtime only
Possible Values:
ActiveX / VCL |
Value |
Enum |
Comment |
VCHART_LEGENDPOS_NONE |
-1 |
None |
No legend drawn |
VCHART_LEGENDPOS_RIGHT |
0 |
Right |
|
VCHART_LEGENDPOS_RIGHT_TOP |
1 |
RightTop |
|
VCHART_LEGENDPOS_RIGHT_BOTTOM |
2 |
RightBottom |
|
VCHART_LEGENDPOS_LEFT |
3 |
Left |
|
VCHART_LEGENDPOS_LEFT_TOP |
4 |
LeftTop |
|
VCHART_LEGENDPOS_LEFT_BOTTOM |
5 |
LeftBottom |
|
VCHART_LEGENDPOS_TOP |
6 |
Top |
|
VCHART_LEGENDPOS_BOTTOM |
7 |
Bottom |
|
Default:
VCHART_LEGENDPOS_LEFT_TOP