Clears the item string data of the graph.
[Visual Basic]
Public Sub ClearItemText( _
ByVal itemIndex As Integer, _
ByVal update As Boolean _
)
[C#]
public void ClearItemText(
int itemIndex,
bool update
);
Parameters
-
itemIndex
- Item index.
-
update
- Value that indicates whether the display panel is updated.
Example
How to clear the item string data and update the display panel.
awGraph1.ClearItemText(itemIndex, True)
awGraph1.ClearItemText(itemIndex, true);
See Also
AwGraph Class | Asterworld.Graph Namespace