Function GraphicsObjects.AddDynamicText( _
text As String, _
X As Double, _
Y As Double, _
Optional plotID As Integer = -1, _
Optional graphID As Integer = -1) As TextObject
|
- text [in]
Type: String
- X [in]
Type: Double
- Y [in]
Type: Double
- plotID [in, optional]
Type: Integer
Default value: -1
- graphID [in, optional]
Type: Integer
Default value: -1
|
TextObject
|