showAllGrids function

bool showAllGrids(
  1. double value
)

Shows all lines.

Implementation

bool showAllGrids(double value) {
  return true;
}