Dundas Chart for Windows Forms
TickMarkStyle Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : TickMarkStyle Enumeration


Specifies a tick mark style when setting the Style property of a TickMark object.


Tick Mark Style

Syntax

Visual Basic (Declaration)  
Public Enum TickMarkStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As TickMarkStyle
C#  
public enum TickMarkStyle : Enum 

Members

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

Remarks

The TickMarkStyle enumeration represents the style of major/minor tick marks.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.TickMarkStyle

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.