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