Gets or sets the page break interval (item count) of the graph.
[Visual Basic]
Public Property PageBreakInterval As Integer
[C#]
public int PageBreakInterval {get; set;}
Property Value
Value that indicates the page break interval.
Example
How to set the page break interval as 100.
graphBuild.PageBreakInterval = 100
graphBuild.PageBreakInterval = 100;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace