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


Specifies the single value time label automation mode.

Syntax

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

Members

MemberDescription
DefaultSpecifies 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.

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

See Also

Reference

dotnetCHARTING Namespace
TimeLabelAutomationInfo Class
TimeLabelAutomation Property (dotnetCHARTING.Axis)

© 2010 All Rights Reserved.