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.
graphBuild.BaseValue = 0F
graphBuild.BaseValue = 0F;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace