There is no visual difference in a line drawn with LineMode.SOLID or LineMode.DASHED.
Steps To Reproduce
- Run the TRChartsAndroidSandbox App.
- Observe the rendered line.
- Change the line mode for the series to LineMode.DASHED. (LineChartRenderer.java-Line 137)
- Re-run the app.
- Observe that the line is still rendered as a solid line.
There is no visual difference in a line drawn with LineMode.SOLID or LineMode.DASHED.
Steps To Reproduce