AwGraphBuild.GetItemText Method 

Gets the item string data of the graph.

[Visual Basic]
Public Function GetItemText( _
   ByVal itemIndex As Integer _
) As String
[C#]
public string GetItemText(
   int itemIndex
);

Parameters

itemIndex
Item index.

Return Value

Item string data.

Example

How to get the item string data of the graph.

Dim s As String = graphBuild.GetItemText(itemIndex)
string s = graphBuild.GetItemText(itemIndex);

See Also

AwGraphBuild Class | Asterworld.Graph Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.