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


In This Topic
    PageCount Property
    In This Topic
    Specifies the number of axis pages when the PagingMode is set FixedPageCount.
    Syntax
    'Declaration
     
    <CategoryAttribute("Paging")>
    <DescriptionAttribute("Specifies the number of axis pages when the PagingMode is set FixedPageCount")>
    <DefaultValueAttribute(5)>
    Public Property PageCount As Integer
    'Usage
     
    Dim instance As AxisRuler
    Dim value As Integer
     
    instance.PageCount = value
     
    value = instance.PageCount
    [Category("Paging")]
    [Description("Specifies the number of axis pages when the PagingMode is set FixedPageCount")]
    [DefaultValue(5)]
    public int PageCount {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