MarkGraph.setDefaultColor() method

set default color for all the marks

Signature:

setDefaultColor(color: number[], isOverride?: boolean): void;

Parameters

ParameterDescription
color
isOverrideif true, all the previous marks will be redrawn by the new color

Returns:

void