멀티그래프의 로그 눈금 간격' 옵션을 활성/비활성 한다. 그래프 값이 작은 값으로 집중되어 있을 때 작은값을 확대해서 볼 수 있는 기능이다.
void @MultiGraphSetLogarithmicScale(string classname, int active, double base);
함수인자
string classname : 멀티 그래프 오브젝트의 이름
int active : 사용여부 (0=사용안함, 1=사용)
double base : Log의 Base값
반환 값
반환값은 없다.
예제1
@MultiGraphSetLogarithmicScale("MultiGraph1", 1, 10);
문장설명 : MultiGraph1 오브젝트의 그래프를 로그 눈금 간격으로 보여준다. (Base값 10) 설정.
버전정보
최초지원: 10.3.6
관련항목
@MultiGraphSetAlarmLineStyle()
@MultiGraphSetAlarmLIneThick()
@MultiGraphSetLogarithmicScale()
@MultiGraphSetPanelBackColor()