Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Controls the paging mode of the axis")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PagingMode As RulerPagingMode
'Usage Dim instance As AxisRuler Dim value As RulerPagingMode instance.PagingMode = value value = instance.PagingMode
[Category("Paging")] [Description("Controls the paging mode of the axis")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public RulerPagingMode PagingMode {get; set;}
When set to FixedPageSize each axis page has the size specified by the PageSize property.
When set to FixedPageCount the axis has exactly PageCount pages.
Chart.Axis(PrimaryX).Ruler.PagingMode = RulerPagingMode.FixedPageCount Chart.Axis(PrimaryX).Ruler.PageCount = 5
Chart.Axis(PrimaryX).Ruler.PagingMode = RulerPagingMode.FixedPageCount; Chart.Axis(PrimaryX).Ruler.PageCount = 5;
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
AxisRuler Class AxisRuler Members