GraphGetCollectionIndexTo method (WinStudio scripts)

Applies To

IWSFormComponent interface, graph objects

Definition

Returns an integer indicating the index of the ending collection currently drawn on the graph component.

Syntax

object.GraphGetCollectionIndexTo( )

  Part   Description
object Required. A reference to a valid graph component object.

Example

iEndIndex = ThisForm.Components("graph1").GraphGetCollectionIndexTo()