10-29-2012 05:31 AM
I would like to know the equivalent width in plot area. LineWidth for XYCursor is in pixels but what is the same width in plot area? I want to substract and add this value to xycursor.XPosition.
10-29-2012 06:30 PM
EDIT: Units of XYCursor.LineWidth are inches? pixels? how to convert to the same units as XYCursor.XPosition in order to either add or substract?
10-29-2012 06:44 PM
EDIT: I think I need to convert XYCursor.LineWidth to Data Coordinates as XYCursor.XPosition is in data coordinates and I need to subract/add them. So how to convert to data coordinates? Using DataConverter? How?