# NumGrid Returns the number of vertical scale divisions when plotting the chart grid. ```  uint  NumGrid() ``` Return Value The number of divisions. # NumGrid Sets the number of vertical scale divisions when plotting the chart grid. ```  void  NumGrid(    const uint  value,  // number of divisions    ) ``` Parameters value [in] The number of divisions.