AwGraphBuild.MinValue Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.