Data points on Cursor
Posted: Mon Jan 05, 2004 3:03 pm
I need to display the X,Y data at the current cursor position.
Is it possible to do this and have the data follow the cursor.
I did this using, but hate to re-invent the wheel if there is a built in function I would prefer to use it.
double dY = m_Chart1.Series(0).YScreenToValue( m_PointCursorXY.y );
double dX = m_Chart1.Series(0).XScreenToValue( m_PointCursorXY.x );
Is it possible to do this and have the data follow the cursor.
I did this using, but hate to re-invent the wheel if there is a built in function I would prefer to use it.
double dY = m_Chart1.Series(0).YScreenToValue( m_PointCursorXY.y );
double dX = m_Chart1.Series(0).XScreenToValue( m_PointCursorXY.x );