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