changeColorMarkup
Sets the fill, stroke, or text color of a markup object.
Syntax
RxCore.changeColorMarkup(markup, val, strokefill)
Parameters
markup: object — The markup object to which the color will be applied.val: string — A color specified using HTML color notation (e.g.,"#FF0000").strokefill: number — Determines what to color:0for fill color,1for line color, and2for text color.
Returns
- NA — This method does not return a value.