Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 630 Bytes

weight-limit-chart

Android weight limit chart with color area. Different color area for upper limit, lower limit and normal values.

LimitLineChart mChart = (LimitLineChart) findViewById(R.id.chart1);

mChart.upperLimit = 70.5f; // Start of upper limit

mChart.lowerLimit = 50f; // End of lower limit

mChart.currentValue = 0f;

mChart.drawGraph();

For more detail visit web site: Android Weight Limit Chart

Android limit chart