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


Specifies an interval type.


Interval type enumeration

Syntax

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

Members

Member Description
Number

A numerical interval.


Interval in numbers
Years

A DateTime interval of years.


Interval in years
Months

A DateTime interval of months.


Interval in months
Weeks

A DateTime interval of weeks.


Interval in weeks
Days

A DateTime interval of days.


Interval in days
Hours

A DateTime interval of hours.


Interval in hours
Minutes

A DateTime interval of minutes.


Interval in minutes
Seconds

A DateTime interval of seconds.


Interval in seconds
Milliseconds

A DateTime interval of milliseconds.


Interval in milliseconds

Remarks

The IntervalType enumeration represents the type of interval and interval offset for some definitions of the Group and InsertEmptyPoint methods of the DataManipulator class.

Inheritance Hierarchy

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

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.