MultiGraphSetDataCycle

 

멀티 그래프의 데이터 주기를 변경한다.

 

void @MultiGraphSetDataCycle(string classname, int cycle);

 

함수인자

string classname : 멀티그래프의 클래스 이름

int cycle : 변경할 데이터 사이클

 

반환 값

반환값은 없다.

 

예제

@MultiGraphSetDataCycle("MultiGraph1", 2000);

 

문장설명 : MultiGraph1의 데이터 사이클을 2000으로 변경한다.

 

버전정보

최초지원: 10.3.6

 

 

관련항목

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()