TimeScale.setIncrement(value)
Specifies an integer increment at which to place labels on the TimeScale axis. The integer value designates the increment in terms of the prevailing time unit, e.g., Weeks, Months, Quarters, etc.
Parameter
value an integer
Note: Script that modifies 'graph' should be placed at the element level. See Adding Element-Level Script in Report Scripting and Adding Component Script in Dashboard Scripting for more information.
Example (Report or Viewsheet)
graph.getScale("Week(Order Date)").setIncrement(12)

Inherits from
See Also
DataSet, to use a Data Block or query as the dataset source.
| << CR.6.12 TimeScale | © 1996-2013 InetSoft Technology Corporation (v11.4) | TimeScale.setMax(value) >> |