Gets or sets a TickMark object used to set an axis' major tick mark properties.
Major Tick Mark
Visual Basic (Declaration) | |
---|---|
Public Property MajorTickMark As TickMark |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TickMark MajorTickMark {get; set;} |
Return Value
A TickMark object used for an axis' major tick mark properties.
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. .
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