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


A three-state boolean.


Custom grid lines and tick marks flags used in the custom labels.

Syntax

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

Members

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.

Remarks

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.

Inheritance Hierarchy

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

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.