JSPointGraph
지도 내 포인트 그래프 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createPointGraph("ID");Function
create(position, size) → boolean
Name
Type
Description
getId() → string
insertData(x, y, z, value) → boolean
Name
Type
Description
insertLegend(value, color) → boolean
Name
Type
Description
setAxisRange(axis, min, max, interval) → boolean
Name
Type
Description
setPointLineVisible(type) → boolean
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated