ILegend.TopPos
ILegend
property TopPos: Integer;
Type Library
TeeChartx
Description
Default Value: 10
The TopPos property specifies the Legend's top position in percent of total chart height.
It's used when Legend.Alignment is laLeft or laRight only. For laTop or laBottom Legend alignments, you can use the Chart's MarginTop and MarginBottom properties.
The TChart.OnGetLegendRect event can be used to supply specific Legend position and dimensions.