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.
awGraph1.PageBreakInterval = 100
awGraph1.PageBreakInterval = 100;
See Also
AwGraph Class | Asterworld.Graph Namespace