| Visual Basic (Declaration) | |
|---|---|
Public Enum TimeScaleLabelMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum TimeScaleLabelMode : Enum  | |
| Member | Description | 
|---|---|
| Default | Specifies no time label automation. Only the Axis.DefaultTick and Axis.FormatString will be used. | 
| Hidden | Specifies hidden time label mode. Single value time labels will not be shown. | 
| Dynamic | Specifies time instance specific label automation mode. Axis ticks will use a format string and axis tick relevant to the instance in time they represent. | 
| Smart | Specifies 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. | 
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
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.TimeScaleLabelMode
Reference
dotnetCHARTING NamespaceTimeLabelAutomationInfo Class
TimeLabelAutomation Property (dotnetCHARTING.Axis)