resetChartDirtyFlag method
void
resetChartDirtyFlag()
inherited
Resets the chart dirty flag to false
.
Implementation
void resetChartDirtyFlag() {
_chartIsDirty = false;
}
Resets the chart dirty flag to false
.
void resetChartDirtyFlag() {
_chartIsDirty = false;
}