Gets or sets the tick mark style.
Tick mark style.
Visual Basic (Declaration) | |
---|---|
Public Property Style As TickMarkStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TickMarkStyle Style {get; set;} |
Return Value
A TickMarkStyle enumeration value. Defaults to "Outside".
This property determines the style of tick marks.
Tick marks can be drawn inside the chart area, outside the chart area, across an axis line, or can be disabled.
To display tickmarks for 3D charts so that they are just drawn for the width of a wall set this property to Cross and specify a size of zero using the Size property.
If the style is set to None then tick marks are not displayed, and they can also be toggle on or off by setting the Enabled property to true or false.
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