Hi Shweta,
You can position the legend using legend docking as shown in the following example:
C# Examples \ All Examples \ Panels \ Legend \ Docking
As for the layout of the legend you need to set the legend expand mode to columns only (so that it grows horizontally):
legend.Data.ExpandMode = LegendExpandMode.ColsOnly;
You can also take a look at the following topics in the users guide:
http://helpdotnetvision.nevron.com/#UsersGuide_Legend_Legend_Overview.htmlWe hope this helps - let us know if you have any questions.
Best Regards,
Nevron Support Team