[Category("Paging")] [Description("Specifies the number of axis pages when the PagingMode is set FixedPageCount")] [DefaultValue(5)] public int PageCount {get; set;}
'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the number of axis pages when the PagingMode is set FixedPageCount")> <DefaultValueAttribute(5)> Public Property PageCount As Integer