I'm trying to get the actualheight of my chart control but it won't return the correct value. The value returned from the code is 298 for ActualHeight, but when I measured the height using MSPaint it was 375px approximately.
How do I get the correct value? I need to set the chart width based on height value ( 1: 1 ratio for height and width).
How do I get the correct value? I need to set the chart width based on height value ( 1: 1 ratio for height and width).