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 2518

Summary: TDrawLine Rounding Errors With TDateTime X-Axis
Product: VCL TeeChart Reporter: Paul Field <pfield>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: UNCONFIRMED ---    
Severity: major CC: yeray
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Paul Field 2022-03-31 10:55:58 EDT
Hi,   I'm trying to use TDrawLine to draw lines on timestamped TDateTime data.  The TDrawLine class X0,Y0,X1,Y1 points are single types whereas TDateTime is double therefore results in massive lose of resolution.  Can only draw lines to the nearest 5minutes whereas I need sub-second accuracy.