Closed noiz354 closed 7 years ago
such as like this,
i take a look at https://github.com/diogobernardino/WilliamChart/blob/master/mobile/src/main/java/com/db/williamchartdemo/linechart/LineCardOne.java, and line 80 till 95 shows that it have 2 lineset. but it only shown one dataset. so, how do linechartview determine which dataset will be shown? Thanks
In that sample I'm using the second lineset to update the values, not to present both at the same time.
There's is nothing special to be done in order to present more than one line, just give as many linesets as you want (using addData()
)and then call show()
.
ok, got that, thanks
Does WilliamChart LineChartView support displaying multiple line at the same time?