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 1038

Summary: DrawAllPoints feature
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: Low    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&t=15323
Chart Series: Line Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-12-11 06:17:08 EST
We could implement the DrawAllPoints feature already present in the other TeeChart versions.

A test version would be adding this condition at doDrawLine function:

          else {
            //if (trunc(p.x) != trunc(oldX)) // DrawAllPoints = false
             c.lineTo(p.x,p.y);
          }