CartesianChartView
Overview
<style name="ChartStyle">
<item name="layers"><!-- ... --></item>
<!-- ... -->
</style><com.patrykandpatrick.vico.views.cartesian.CartesianChartView
app:chartStyle="@style/ChartStyle"
<!-- ... --> />cartesianChartView.chart = CartesianChart(/* ... */)<style name="ChartStyle">
<item name="layers">column|line</item>
<!-- ... -->
</style><com.patrykandpatrick.vico.views.cartesian.CartesianChartView
app:chartStyle="@style/ChartStyle"
<!-- ... --> />Scroll and zoom
Sample charts
Last updated