chugengdu
chugengdu
```java void setUpAAPlotLinesChartView() { AAChartView aaChartView = findViewById(R.id.aa_chart_view); AASeriesElement[] configurePlotLinesChartSeriesArray = configurePlotLinesChartSeriesArray(); AAChartModel aaChartModel = new AAChartModel() .chartType(AAChartType.Line) .title("流式荧光检测") .subtitle("实验数据") .backgroundColor("#ffffff") .categories(new String[]{}) .dataLabelsEnabled(false) .yAxisGridLineWidth(0f) .yAxisTitle("电压值(V)") .zoomType(AAChartZoomType.X) .scrollablePlotArea(new AAScrollablePlotArea() .minWidth(8000)...
 没有找到中文文档中的AAChartCoreDemo,但是找到了AAChartCoreLib 文件夹 和 assets 文件夹,接下来我应该将它们分别放到哪里呢?