Hi,
I am trying to set the Legend Custom Position but its not applying on chart.
How can i do that? I am using below code sniff.
chart.Legend.Position = LegendPositionTypeEx.NotDefined;
chart.Legend.X = chart.X + (chart.PlotArea.Width)* chart.Width;
chart.Legend.Y = chart.Y;
chart.Width = chart.Width - (chart.PlotArea.Width * chart.Width);
chart.Height = chart.Height;
But its not working for me. It always take the position as "Right" and does not set custom Height and Width.
Thanks,
Amit