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