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