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 - DrawAllPoints feature
Summary: DrawAllPoints feature
Status: CONFIRMED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: Low enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 06:17 EST by yeray alonso
Modified: 2014-12-11 06:17 EST (History)
0 users

See Also:
Chart Series: Line
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 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);
          }