ChartControl
Properties
chart: Chart
chart model.
default :undefined
Methods
clipBounds(x?, y?, width?, height?, rd?): ClipRectElement
defs에 직사각형 clipPath를 등록한다.
Parameter | Type |
---|---|
x=NaN | number (opens in a new tab) |
y=NaN | number (opens in a new tab) |
width=NaN | number (opens in a new tab) |
height=NaN | number (opens in a new tab) |
rd=0 | number (opens in a new tab) |
destroy(): null
객체가 소유한 참조 등을 해제하고 null을 리턴한다.
model = model.destroy();
return null