pointBackgroundColor property

dynamic pointBackgroundColor

Implementation

external dynamic /*String|CanvasGradient|CanvasPattern|List<String>|List<String|CanvasGradient|CanvasPattern|List<String>>*/ get pointBackgroundColor;
void pointBackgroundColor=(dynamic v)

Implementation

external set pointBackgroundColor(
    dynamic /*String|CanvasGradient|CanvasPattern|List<String>|List<String|CanvasGradient|CanvasPattern|List<String>>*/ v);