Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Minor Ticks")> <DescriptionAttribute("Controls the length of the minor ticks")> <DefaultValueAttribute(0.5)> Public Property MinorTickLength As Single
'Usage Dim instance As Axis Dim value As Single instance.MinorTickLength = value value = instance.MinorTickLength
[Category("Minor Ticks")] [Description("Controls the length of the minor ticks")] [DefaultValue(0.5)] public float MinorTickLength {get; set;}
Dim axis As Axis = Chart.Axis(StandardAxis.PrimaryX) axis.MinorTickLength = 1.0F
Axis axis = Chart.Axis(StandardAxis.PrimaryX); axis.MinorTickLength = 1.0f;
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