OptionalabsCoord?: booleanset to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property)
The tag of the circle the created point is to be linked to
Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberSize of the font used for the point name
Optionalhidden?: booleantrue to get the created linked point mased
OptionalhiddenName?: booleantrue to get the linked point name masked
Optionalname?: stringName of the linked point to be created
OptionaloffsetX?: numberx-shift of the linked point name
OptionaloffsetY?: numbery-shift of the linked point name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoints style (square|round|cross|mult|littleround|diamond|pixel|biground|bigmult)
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the created point (if present)
x-coordinate of the point that is to be joined from the circle center to get the starting position of the linked point
y-coordinate of the point that is to be joined from the circle center to get the starting position of the linked point
The created point if isPromiseMode is false or promise that will be resolved when the point is displayed
Adds a point linked to a circle (or a circle arc) syntaxes
addLinkedPointCircle(c, x, y),addLinkedPointCircle(c, x, y, name),addLinkedPointCircle(c, x, y, name, color),addLinkedPointCircle(c, x, y, name, color, pointStyle)andaddLinkedPointCircle(c, x, y, name, color, pointStyle, rep)are allowed too