.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : TimeScaleLabelMode Enumeration
TimeScaleLabelMode Enumeration
Specifies the single value time label automation mode.
Syntax
'Declaration
 
Public Enum TimeScaleLabelMode 
   Inherits System.Enum
'Usage
 
Dim instance As TimeScaleLabelMode
public enum TimeScaleLabelMode : System.Enum 
Members
MemberDescription
DefaultSpecifies no time label automation. Only the Axis.DefaultTick and Axis.FormatString will be used.
DynamicSpecifies time instance specific label automation mode. Axis ticks will use a format string and axis tick relevant to the instance in time they represent.
HiddenSpecifies hidden time label mode. Single value time labels will not be shown.
SmartSpecifies smart time label automation. Similar to specific except the first tick will indicate the instance in time and take it's default value from the axis default tick.
Remarks

This feature automates choosing different format strings and axis ticks for particular instances in time. These time instance attributes can be modified through the Axis.TimeLabelAutomationMode property.


(Tutorial) See:
Getting Started / General Tutorials / Axis Tutorials / Axis Ticks / Axis Time Label Automation

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.TimeScaleLabelMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

dotnetCHARTING Namespace
TimeLabelAutomationInfo Class
TimeLabelAutomation Property (dotnetCHARTING.Axis)