GraphicsObjects.AddAnnotation

Syntax Parameters Return Value
Function GraphicsObjects.AddAnnotation( _
    text As String, _
    X As Double, _
    Y As Double, _
    flags As Integer, _
    Optional plotID As Integer = -1, _
    Optional graphID As Integer = -1) As TextObject
  • text [in]

    Type: String

  • X [in]

    Type: Double

  • Y [in]

    Type: Double

  • flags [in]

    Type: Integer

  • plotID [in, optional]

    Type: Integer

    Default value: -1

  • graphID [in, optional]

    Type: Integer

    Default value: -1

TextObject