resetChartDirtyFlag method

void resetChartDirtyFlag()

Resets the chart dirty flag to false.

Implementation

void resetChartDirtyFlag() {
  _chartIsDirty = false;
}