Hi;
Is it possible that I can custom the legend's location? I saw only 4 locations currently available (top, left, right, bottom), and i can not drag the legend icon to the location I prefer, such as in the middle of the chart.
If it is, how can i implement?
thanks ...
So far as i know there isnt a "custom location" mode with x/y positioning for legends. What i have been doing is just using the margin offsets. So you set the location general position (left/right/top/bottom) then offset as you need from there.
<Legend Location="Right">
<Margins Bottom="15" Right="0" Top="10" />
</Legend>
Can u provide me some sample code on how to put a legend in a custom layer?