.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : TickLabelMode Enumeration
TickLabelMode Enumeration
Specifies how tick labels are laid out.
Syntax
'Declaration
 
Public Enum TickLabelMode 
   Inherits System.Enum
'Usage
 
Dim instance As TickLabelMode
public enum TickLabelMode : System.Enum 
Members
MemberDescription
AngledSpecifies that labels are angled. Only applies to x axes.
AutomaticSpecifies that the best mode is automatically determined.
NormalSpecifies that labels are drawn horizontally on a single line. If labels will overlap with this setting, they will automatically switch to angled.
WrappedSpecifies 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

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