MarkGraph.setDefaultColor() method
set default color for all the marks
Signature:
setDefaultColor(color: number[], isOverride?: boolean): void;
Parameters
Parameter | Description |
---|
color | |
isOverride | if true, all the previous marks will be redrawn by the new color |
Returns:
void