Language Reference Guide : C. Generated User Classes : Indicator_Manager User Class : InitDataForm Method
 
Share this page                  
InitDataForm Method
The InitDataForm method initializes the minimum, maximum, number of divisions, and scale type of the indicator.
This method has the following syntax:
Indicator_Manager.InitDataForm(metrictype = integer not null,
          divisions = integer not null, minvalue = float not null,
          maxvalue = float not null, defvalue = float)
This method has the following parameters:
metrictype
Specifies the type of display scaling
divisions
Is an index to the number of tick divisions
minvalue
Specifies the indicator's minimum value
maxvalue
Specifies the indicator's maximum value
defvalue
Specifies the indicator's default value
Note:  Only linear scales are currently implemented.