📄️ allowSliding
| Type | Name | Default |
📄️ animate
animate when build chart UI
📄️ animationDuration
The duration of the animation when the chart view appears
📄️ areaColor
areaColor returns the color of the area for a given data value.
📄️ barLabelValue
String Function(Group, Data, int?)?
📄️ customLabel
Currently, only for Pie Chart.
📄️ dashPattern
Specific to the Line Chart type
📄️ fillColor
Sets the fill color for charts that have fill shapes such as bars and scatters.
📄️ fillPattern
Custom set of fill pattern, for Bar Chart type.
📄️ flipVertical
When the value is true, the chart display will be flipped vertically and the sequence of points on the measure axis will be reversed. But for the case of vertical bars, the chart will disappear.
📄️ layoutMargin
margin from outer chart to wrapper box
📄️ onChangedListener
listen which data is changed selected
📄️ onUpdatedListener
listen which data is selected
📄️ vertical
Especially for ordinal bar charts. The direction of the bar rises vertically or horizontally. For the horizontal direction, the value must be false.