After a quick look in the MSChart code with DotPeek, I didn't find anything.
Does someone know how to get the Axis height in a ChartArea? Like the size used by an Axis in the Position object of the ChartArea.
Exemple:
I want the size (height and width in percent) of the red rectangle of this chart, because every Position and ElementPosition are in percent.
I tried something like this :
(100 - MSChart.ChartArea.InnerPlotPosition.Height) * (MSChart.ChartArea.Position.Height / 100)
But i have some trouble with the space that MSChart takes up too.