JSSurfaceGraph
지도 내 3d 그물형 격자 그래프 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createSurfaceGraph("ID");Function
create(position, size) → boolean
Name
Type
Description
getId() → string
insertAxisPoint(axis, value) → boolean
Name
Type
Description
insertLegend(value, color) → boolean
Name
Type
Description
setAnimationSpeed(speed) → boolean
Name
Type
Description
setData(x, y, value) → boolean
Name
Type
Description
setValueRange(min, max, interval) → boolean
Name
Type
Description
setUnitText(text) → 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