Dundas Chart for Windows Forms
MinorTickMark Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : MinorTickMark Property


Gets or sets a TickMark object used to set an axis' minor tick mark properties.


Minor Tick Mark

Syntax

Visual Basic (Declaration)  
Public Property MinorTickMark As TickMark
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As TickMark
 
instance.MinorTickMark = value
 
value = instance.MinorTickMark
C#  
public TickMark MinorTickMark {get; set;}

Return Value

A TickMark object used for an axis' minor tick mark properties.

Remarks

Minor tick marks should be drawn between major tick marks, where labels usually occur.

You can use this property to change the minor tick mark frequency, color, etc.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.