resetChartDirtyFlag method

void resetChartDirtyFlag()
inherited

Resets the chart dirty flag to false.

Implementation

void resetChartDirtyFlag() {
  _chartIsDirty = false;
}