Xceed Chart for WinForms v4.4 Documentation
PageSize Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : PageSize Property
Specifies the size of axis pages when the PagingMode is FixedPageSize.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the size of axis pages when the PagingMode is FixedPageSize")>
<CategoryAttribute("Paging")>
<DefaultValueAttribute()>
Public Property PageSize As Double
'Usage
 
Dim instance As AxisRuler
Dim value As Double
 
instance.PageSize = value
 
value = instance.PageSize
[Description("Specifies the size of axis pages when the PagingMode is FixedPageSize")]
[Category("Paging")]
[DefaultValue()]
public double PageSize {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AxisRuler Class
AxisRuler Members