Xceed Chart for WinForms v4.4 Documentation
CurrentPageIndex Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : CurrentPageIndex Property
Specifies the index the current page when the CurrentPageMode property is set to Index.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the index the current page when the CurrentPageMode property is set to Index")>

<DefaultValueAttribute()>

<CategoryAttribute("Paging")>

Public Property CurrentPageIndex As Integer
'Usage
 
Dim instance As AxisRuler

Dim value As Integer

 

instance.CurrentPageIndex = value

 

value = instance.CurrentPageIndex
[Description("Specifies the index the current page when the CurrentPageMode property is set to Index")]

[DefaultValue()]

[Category("Paging")]

public int CurrentPageIndex {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