WinStudio

GraphGetCollectionIndexFrom Method

Applies To

IWSFormComponent interface, graph objects

Definition

Returns the index of the starting collection currently drawn on the graph component as an integer.

Syntax

object.GraphGetCollectionIndexFrom( )

  Part

  Description

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

Example

iStartIndex = ThisForm.Components("graph1").GraphGetCollectionIndexFrom()