Widgets
Samples
Demos
Forum
Services
Documentation
clearCanvas
getCanvas
hideCanvas
renderText
renderTextAt
showCanvas
toggleCanvas
Start
API Reference
Mixins
Canvas
Methods
clearCanvas
clears the component canvas
void
clearCanvas
();
Example
var
mychart
=
webix.
ui
(
{
view
:
"chart"
,
...
}
)
;
mychart.
clearCanvas
(
)
;
See also
API
getCanvas
Back to top