Specifies a tick mark style when setting the Style property of a TickMark object.
Tick Mark Style
Visual Basic (Declaration) | |
---|---|
Public Enum TickMarkStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum TickMarkStyle : Enum |
Member | Description |
---|---|
None |
Tick marks are disabled. Tickmarks are disabled |
Outside |
Tick marks are drawn outside the chart area. Tickmarks are located outside of the Chart area |
Inside |
Tick marks are drawn inside the chart area. Tickmarks are located inside of the Chart area |
Cross |
Tick marks are drawn across the relevant axis line. Tickmarks are set across the axis line |
The TickMarkStyle enumeration represents the style of major/minor tick marks.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.TickMarkStyle
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