'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the size of axis pages when the PagingMode is FixedPageSize")> <DefaultValueAttribute(10)> Public Property PageSize As Double
'Usage Dim instance As AxisRuler Dim value As Double instance.PageSize = value value = instance.PageSize
[Category("Paging")] [Description("Specifies the size of axis pages when the PagingMode is FixedPageSize")] [DefaultValue(10)] public double PageSize {get; set;}