Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Texts")> <DescriptionAttribute("Controls the number of the stagger levels")> <DefaultValueAttribute(2)> Public Property StaggerLevels As Integer
'Usage Dim instance As Axis Dim value As Integer instance.StaggerLevels = value value = instance.StaggerLevels
[Category("Texts")] [Description("Controls the number of the stagger levels")] [DefaultValue(2)] public int StaggerLevels {get; set;}
Chart.Axis(StandardAxis.PrimaryX).StaggerLevels = 3
Chart.Axis(StandardAxis.PrimaryX).StaggerLevels = 3;
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
Axis Class Axis Members