Change the data cycle of the multi-graph.
void @MultiGraphSetDataCycle(string classname, int cycle);
Parameters
string classname : Class name of multi-graph
int cycle : Data cycle to change
Return Value
None
Example
@MultiGraphSetDataCycle("MultiGraph1", 2000);
Description : Change the data cycle of Multigraph1 to 2000.
Version Information
Supported Version: 10.3.6
Related Helps
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()