Hello,
I am drawing a stacked bar chart. I want to change the size and font of the legend and title, and the size of the plot area so I can customize how each section is laid out on the slide. However, using
chart.ChartLegend.Width = someNumber;
doesn't seem to change anything. If I try to log chart.ChartLegend.Width without changing it, the result is NaN. If I change it first and log it, the result will be someNumber, but this isn't reflected visually in the actual chart. Same with chart.PlotArea.Width/Height and chart.Title.Width/Height.
As for the font and font size of the legend and title, I would imagine this is somewhere in chart.Title/ChartLegend.TextProperties, but I can't seem to figure it out.
Our company is looking to buy this package, so we're eager to know if these features are possible.