Gets or sets the maximum that can display in the graph.
[Visual Basic]
Public Property MaxValue As Single
[C#]
public float MaxValue {get; set;}
Property Value
Value that indicates the maximum that can display in the graph.
Example
How to set the maximum that can display in the graph as 100.
graphBuild.MaxValue = 100F
graphBuild.MaxValue = 100F;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace