Gets the current page index of the graph.
[Visual Basic]
Public ReadOnly Property CurrentPageIndex As Integer
[C#]
public int CurrentPageIndex {get;}
Property Value
Value that indicates the current page index.
Example
How to get the current page index.
Dim index As Integer = awGraph1.CurrentPageIndex
int index = awGraph1.CurrentPageIndex;
See Also
AwGraph Class | Asterworld.Graph Namespace