LineChartModel constructor
LineChartModel(})
Implementation
LineChartModel(
super.parent,
super.id, {
dynamic type,
dynamic showlegend,
dynamic horizontal,
dynamic animated,
dynamic legendsize,
}) {
this.animated = animated;
this.horizontal = horizontal;
this.showlegend = showlegend;
this.legendsize = legendsize;
this.type = type?.trim()?.toLowerCase();
busy = false;
}