Screen position
Screen position
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.
Hi.
You could combine the absolute chart location (tChart.Location) together with (chart) relative axis position to define/retrieve chart plotting rectangle. For example
You could combine the absolute chart location (tChart.Location) together with (chart) relative axis position to define/retrieve chart plotting rectangle. For example
Code: Select all
int xpos = tChart1.Location.X + tChart1.Axes.Left.Position;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com