Xceed Chart for WinForms v4.4 Documentation
CurrentPageMode Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : CurrentPageMode Property
Specifies the mode of the current page displayed by the axis.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Paging")>
<DescriptionAttribute("Specifies the mode of the current page displayed by the axis")>
Public Property CurrentPageMode As RulerCurrentPageMode
'Usage
 
Dim instance As AxisRuler
Dim value As RulerCurrentPageMode
 
instance.CurrentPageMode = value
 
value = instance.CurrentPageMode
[DefaultValue()]
[Category("Paging")]
[Description("Specifies the mode of the current page displayed by the axis")]
public RulerCurrentPageMode CurrentPageMode {get; set;}
Remarks
When set to Value the CurrentPageValue property specifies the beginning value of the axis page.

When set to Index the CurrentPageIndex property specifies the index of the current page displayed by the axis.

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