AwGraph.ClearItemText Method 

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

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.