AwGraphBuild.MaxValue Property

Gets or sets the maximum that can display in the graph.

[Visual Basic]
Public Property MaxValue As Single
[C#]
public float MaxValue {get; set;}

Property Value

Value that indicates the maximum that can display in the graph.

Example

How to set the maximum that can display in the graph as 100.

graphBuild.MaxValue = 100F
graphBuild.MaxValue = 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.