ChartFrame.Y

ChartFrame.Y property

Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.

public virtual int Y { get; set; }

Remarks

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

See Also