JSBarGraph
지도 내 2차원 막대 그래프 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createBarGraph("ID");Function
getId() → string
var strKey = object.getId();create(position, size, type) → boolean
Name
Type
Description
restartAnimation(restartRate) → boolean
Name
Type
Description
setValueRange(min, max, interval) → boolean
Name
Type
Description
setAnimationSpeed(speed) → boolean
Name
Type
Description
setFloorColor(color) → boolean
Name
Type
Description
setLegendBoxSize(size) → boolean
Name
Type
Description
setUnitText(text) → boolean
Name
Type
Description
setGridVisible(type) → boolean
insertLegend(name, label, color) → boolean
Name
Type
Description
insertDataSet(name, data) → boolean
Name
Type
Description
setDataSetNameFont(name, font) → boolean
Name
Type
Description
setDataSetNameTextSize(name, size) → boolean
Name
Type
Description
setDataSetNameTextColor(name, textcolor, textOutlineColor) → boolean
Name
Type
Description
setDataSetNameInterval(value) → boolean
Name
Type
Description
setFloorDepth(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