EvilOctopusFu

Results 1 comments of EvilOctopusFu

I achieved this by writing a subclass of the `LineChartRenderer `class and overriding the `drawLinear (Canvas c, ILineDataSet dataSet)`function. Replace the original `mRenderPaint `with a custom `LinearGradient` shader before `canvas.drawLines(mLineBuffer,...