Visual Basic (Declaration) | |
---|---|
Public Enum TickLabelMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum TickLabelMode : Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.TickLabelMode