A three-state boolean.
Custom grid lines and tick marks flags used in the custom labels.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum GridTick Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum GridTick : Enum | |
| Member | Description | 
|---|---|
| None | No grid line or tick mark is shown for the custom label. No tick mark or grid line are shown. | 
| TickMark | A tick mark is shown for the custom label. Tick mark is shown. | 
| GridLine | A grid line is shown for the custom label. Grid line is shown. | 
| All | A grid line and tick mark is shown for the custom label. Tick mark and grid line are shown. | 
The GridTick enumeration is used along with the with the GridTick property of a CustomLabel object to display a grid line and/or tick mark for a custom label.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.GridTick
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
 
  
  
  
 