Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisRuler Class / CurrentPageMode Property


In This Topic
    CurrentPageMode Property
    In This Topic
    Specifies the mode of the current page displayed by the axis.
    Syntax
    'Declaration
     
    <CategoryAttribute("Paging")>
    <DescriptionAttribute("Specifies the mode of the current page displayed by the axis")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CurrentPageMode As RulerCurrentPageMode
    'Usage
     
    Dim instance As AxisRuler
    Dim value As RulerCurrentPageMode
     
    instance.CurrentPageMode = value
     
    value = instance.CurrentPageMode
    [Category("Paging")]
    [Description("Specifies the mode of the current page displayed by the axis")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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