DragData.GetPlotAreaFixed

Get plot area range in fixed graph percent coordinates.

Syntax Parameters Return Value
Sub DragData.GetPlotAreaFixed( _
    ByRef x1 As Double, _
    ByRef y1 As Double, _
    ByRef x2 As Double, _
    ByRef y2 As Double, _
    Optional graphID As Integer = -1)
  • x1 [out]

    Type: Double

  • y1 [out]

    Type: Double

  • x2 [out]

    Type: Double

  • y2 [out]

    Type: Double

  • graphID [in, optional]

    Type: Integer

    Default value: -1

This function does not return a value.