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
Member | Description |
---|---|
Angled | Specifies that labels are angled. Only applies to x axes. |
Automatic | Specifies that the best mode is automatically determined. |
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
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