Screen position
Posted: Thu Apr 08, 2004 8:48 pm
Is there a way to get the screen position for just the plot area of the chart? I want to pop a borderless form over the plot area and want to cover the plot area only.
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
int xpos = tChart1.Location.X + tChart1.Axes.Left.Position;