dotnetCHARTING Send comments on this topic.
TimeScaleLabelRangeMode Enumeration
See Also  
dotnetCHARTING Namespace : TimeScaleLabelRangeMode Enumeration


Specifies the range value time label automation mode.

Syntax

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

Members

MemberDescription
Default Range time ticks will not be generated unless the time intervals are specified in TimeScaleLabelInfo.RangeIntervals.
DynamicRange time ticks are generated based on dynamically determined intervals.

If time intervals are specified in TimeScaleLabelInfo.RangeIntervals this mode will behave like Default mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.TimeScaleLabelRangeMode

See Also

© 2010 All Rights Reserved.