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 - TDrawLine Rounding Errors With TDateTime X-Axis
Summary: TDrawLine Rounding Errors With TDateTime X-Axis
Status: UNCONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-31 10:55 EDT by Paul Field
Modified: 2022-03-31 10:55 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.