AwGraph.LastItemIndex Property

Gets the last item index of the graph.

[Visual Basic]
Public ReadOnly Property LastItemIndex As Integer
[C#]
public int LastItemIndex {get;}

Property Value

Value that indicates the last item index.

Example

How to get the last item index.

Dim index As Integer = awGraph1.LastItemIndex
int index = awGraph1.LastItemIndex;

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.