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


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


Major Tick Mark

Syntax

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

Return Value

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

Remarks

Major tick marks are always drawn in conjunction with a data point (e.g. will occur at the same point along an axis as a data point) for categorical axis tick marks. For value axes, major tick marks by default are drawn wherever labels occur.

You can use this property to change the major 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.