changeFillColorByIndex
Sets the fill color of a markup object by its index.
Syntax
RxCore.changeFillColorByIndex(index, color)
Parameters
index
: number — The index of the markup object.color
: string — A color specified using HTML color notation (e.g.,"#FF0000"
).
Returns
- NA — This method does not return a value.