markChartDirty method
void
markChartDirty()
inherited
Marks the chart as dirty.
When a chart axis or configurable is changed and will require a redraw next frame the chart must be marked dirty.
Implementation
void markChartDirty() {
_chartIsDirty = true;
}