API
ImageSeriesView

ImageSeriesView

View for Image series.

Properties

rotation: number (opens in a new tab) readonly

rotation

default :undefined

visible: boolean (opens in a new tab) readonly

visible

default :undefined

Methods

destroy(): null

객체가 소유한 참조 등을 해제하고 null을 리턴한다.

list = lis.destroy();

return null

setPointLabelVisible(point, visible): void (opens in a new tab)

데이터포인트와 연결된 라벨 표시/숨김 처리 #361

ParameterType
pointDataPoint
visibleboolean (opens in a new tab)