'Declaration
<CategoryAttribute("Minor Ticks")>
<DescriptionAttribute("Gives you access to the array of minor ticks. When the current axis scale is switched in manual minor tick mode the user can specify the values on which minor ticks are displayed.")>
Public Property MinorTicks As TypedArrayList
'Usage
Dim instance As Axis
Dim value As TypedArrayList
instance.MinorTicks = value
value = instance.MinorTicks
[Category("Minor Ticks")]
[Description("Gives you access to the array of minor ticks. When the current axis scale is switched in manual minor tick mode the user can specify the values on which minor ticks are displayed.")]
public TypedArrayList MinorTicks {get; set;}
Remarks
When the current axis scale is switched in manual minor tick mode
the user can specify the values on which minor ticks are displayed.
Example
The following code displays minor ticks at exact user specified values.
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