Description
Adds an element to the shape.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
GraphicsOverlayShape.AddElement(Variable x, Variable y, Variable z)
|
None
|
Adds a geometric element to the shape using the DefaultColor of the GraphicsOverlay.
|
GraphicsOverlayShape.AddElement(String mode, Variable e1, Variable e2, Variable e3)
|
None
|
Adds a geometric element to the shape using the DefaultColor and the element type specified by 'mode'.
|
GraphicsOverlayShape.AddElement(Variable x, Variable y, Variable z, String annotationValue)
|
None
|
Adds an annotation element to the shape using the DefaultColor of the GraphicsOverlay.
|
GraphicsOverlayShape.AddElement(Variable x, Variable y, Variable z, Variable overlayColor)
|
None
|
Adds a geometric element to the shape.
|
GraphicsOverlayShape.AddElement(String mode, Variable e1, Variable e2, Variable e3, String annotationValue)
|
None
|
Adds an annotation element to the shape using the DefaultColor and the element type specified by 'mode'.
|
GraphicsOverlayShape.AddElement(String mode, Variable e1, Variable e2, Variable e3, Variable overlayColor)
|
None
|
Adds a geometric element to the shape using the element type specified by 'mode'.
|
GraphicsOverlayShape.AddElement(Variable x, Variable y, Variable z, String annotationValue, Variable overlayColor)
|
None
|
Adds an annotation element to the shape.
|
GraphicsOverlayShape.AddElement(String mode, Variable e1, Variable e2, Variable e3, String annotationValue, Variable overlayColor)
|
None
|
Adds an annotation element to the shape using the element type specified by 'mode'.
|
See also
GraphicsOverlayShape Object
Graphics Overlays Guide
|