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 = awGraph1.GetItemText(itemIndex)
string s = awGraph1.GetItemText(itemIndex);
See Also
AwGraph Class | Asterworld.Graph Namespace