ChartFrame.Height

ChartFrame.Height property

Gets or sets the height of frame in units of 1/4000 of the chart area.

public virtual int Height { get; set; }

Remarks

How to convert units of 1/4000 to pixels? Height In Pixels = Y * Chart.ChartObject.Height / 4000;

See Also