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