JSBarGraph3D
지도 내 3차원 막대 그래프 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createBarGraph3D("ID");Function
getId() → string
var strKey = object.getId();create(position, size) → boolean
Name
Type
Description
insertColumn(name, label, color) → boolean
Name
Type
Description
insertRow(name, label) → boolean
Name
Type
Description
setAnimationSpeed(speed) → boolean
Name
Type
Description
setColumnTextBackgroundColor(key, color) → boolean
Name
Type
Description
setColumnTextColor(key, outColor, fillColor) → boolean
Name
Type
Description
setData(name, label, data) → boolean
Name
Type
Description
setUnitText(unit) → boolean
Name
Type
Description
setValueRange(min, max, value) → 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