Gets or sets the base value of the graph.
[Visual Basic]
Public Property BaseValue As Single
[C#]
public float BaseValue {get; set;}
Property Value
Value that indicates the base value of the graph.
Example
How to set the base value of the graph as 0.
awGraph1.BaseValue = 0F
awGraph1.BaseValue = 0F;
See Also
AwGraph Class | Asterworld.Graph Namespace