ChartFrame.Width

ChartFrame.Width property

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

public virtual int Width { get; set; }

Remarks

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

See Also