Hello,
i need to set the height from the plotarea.
The height should be the height from the chartelement.
How do I get the height from the chart container?
regards martin
Chart chart = ws[1].Charts["Chart 1"];
chart.Move(5, 8, 44 , 15);
chart.NSeries.Clear();
chart.NSeries.Add(String.Format("=D{0}:D{1}", 7, zeileObereTabelleBlatt2), true);
chart.NSeries.CategoryData = string.Format("=C{0}:C{1}", 7, zeileObereTabelleBlatt2);
chart.PlotArea.Height =???