Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 748

Summary: TDragPointTool always drags the point on the left when you click over a line segment
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement CC: gustav.kaiser
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&p=65884#p65884
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-04-28 03:17:10 EDT
The clicked function in TLineSeries always return the index on the left when the mouse is over a line segment (it's ok when you click over a Pointer).

This makes the TDragPointTool to make you always drag the point on the left when you drag a line segment of a TLineSeries.

We could change the clicked method to return the index of the nearest point in the segment clicked.