AwGraph.PageBreakInterval Property

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

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.