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.
awGraph1.MinValue = -100F
awGraph1.MinValue = -100F;
See Also
AwGraph Class | Asterworld.Graph Namespace