![]() | Steema Issues DatabaseNote: 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. |
| Summary: | DrawAllPoints feature | ||
|---|---|---|---|
| Product: | HTML5 JavaScript TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Series | Assignee: | 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: | |
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); }