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 2006 - Null points sometimes drawn when FastLine series has DrawAllPoints=false
Summary: Null points sometimes drawn when FastLine series has DrawAllPoints=false
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 23.171221
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks: 2112
  Show dependency treegraph
 
Reported: 2018-03-02 09:49 EST by yeray alonso
Modified: 2018-10-15 04:34 EDT (History)
0 users

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


Attachments
test project (2.13 KB, application/x-zip-compressed)
2018-03-02 09:49 EST, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2018-03-02 09:49:18 EST
Created attachment 817 [details]
test project

Find attached a simple project reproducing the problem.

- Using daFirst DrawAllPointsStyle, the first line segment (from 500 to 2000) sometimes is not drawn

- Using daMinMax DrawAllPointsStyle, the line segment from 2000 to 0 (a null point) sometimes being drawn

Also reproduced in .NET:
http://bugs.teechart.net/show_bug.cgi?id=2007

Also reproduced in Java:
http://bugs.teechart.net/show_bug.cgi?id=2008