![]() | 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: | Dashed lines show as solid in Android | ||
|---|---|---|---|
| Product: | Java TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Android | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| URL: | http://stackoverflow.com/questions/28176570/how-to-draw-colorline-in-teechart-with-dash-style/28197326#28197326 | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
|
Description
yeray alonso
2015-01-28 11:27:27 EST
I initially modified the TeeChart sources to disable the Hardware Acceleration internally when a pen is set to DASH style. But setLayerType was implemented in API 11 so, to keep TeeChart support from API 7, I had to remove it and let the developer to do this when necessary. https://developer.android.com/reference/android/view/View.html#setLayerType%28int,%20android.graphics.Paint%29 |