Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberFont size of the name
Optionalhidden?: booleantrue to get the created point masked
OptionalhiddenName?: booleantrue to get the created point name masked
Optionalname?: stringName of the point to be created
OptionaloffsetX?: numberx-shift of the name
OptionaloffsetY?: numbery-shift of the name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the point (if present)
x-coordinate of the point : number or valid formula
y-coordinate of the point : number or valid formula
The created point if isPromiseMode is false else promise that will be resolved when the point is displayed
Adds a point defined by (x; y) coordinates in a frame rep (system of axis). For a free point use addFreePoint and specify options.rep) syntaxes
addPointXY(x, y),addPointXY(x, y, name),addPointXY(x, y, name, color),addPointXY(x, y, name, color, pointStyle)andaddPointXY(x, y, name, color, pointStyle, rep)are allowed too