Hi,
I am using RadChart.Net2 dll and I have used following properties to show legend at the bottom of chart:
I am using RadChart.Net2 dll and I have used following properties to show legend at the bottom of chart:
RadChartGraph.Legend.HAlignment = ChartHAlignment.Center
RadChartGraph.Legend.VAlignment = ChartVAlignment.Bottom
RadChartGraph.Legend.Location = ChartLocation.OutsidePlotArea
RadChartGraph.Legend.LegendStyle = LegendItemsPositionType.Row
but its not working please let me know the solution of this problem.