Interface: IPaintCallBack
Sheets.Charts.IPaintCallBack
Callable
IPaintCallBack
▸ IPaintCallBack(chart, ctx, width, height): void
The callback invoked to paint an unsupported chart.
Parameters
| Name |
Type |
chart |
Chart |
ctx |
CanvasRenderingContext2D |
width |
number |
height |
number |
Returns
void