AwGraphBuild.CrossBorder Property

Gets or sets the value that indicates whether the graph data crosses the border lines.

[Visual Basic]
Public Property CrossBorder As Boolean
[C#]
public bool CrossBorder {get; set;}

Property Value

Value that indicates whether the graph data crosses the border lines.

Example

How to set so that the graph data cross a border line.

graphBuild.CrossBorder = True
graphBuild.CrossBorder = true;

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.