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


Specifies how tick labels are laid out.

Syntax

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

Members

MemberDescription
Automatic Specifies that the best mode is automatically determined.
Angled Specifies that labels are angled. Only applies to x axes.
Normal Specifies that labels are drawn horizontally on a single line. If labels will overlap with this setting, they will automatically switch to angled.
Wrapped Specifies that labels are drawn wrapping horizontally. If labels will overlap with this setting, they will automatically switch to angled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.TickLabelMode

See Also

© 2010 All Rights Reserved.