Moves to the last page of the graph.
[Visual Basic]
Public Sub MoveLastPage( _
ByVal update As Boolean _
)
[C#]
public void MoveLastPage(
bool update
);
Parameters
-
update
- Value that indicates whether the display panel is updated.
Example
How to move to the last page.
graphBuild.MoveLastPage(True)
graphBuild.MoveLastPage(true);
See Also
AwGraphBuild Class | Asterworld.Graph Namespace