RadarLabelMode Enumeration
Specifies how tick labels behave on a radar graph.
Syntax
'Declaration Public Enum RadarLabelMode Inherits System.Enum
'Usage Dim instance As RadarLabelMode
public enum RadarLabelMode : System.Enum
Members
Member | Description |
---|---|
Angled | The labels are angled based on the tick mark angle. |
Inside | The label is on the right side of the tick mark and angled to touch the top of the grid. The label will be within the radar grid. |
None | The labels are not visible. |
Normal | The labels are drawn horizontally next to the tick mark. |
Outside | The label is on the right side of the tick mark and angled to lie on top of the grid. The label will be outside the radar grid. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.RadarLabelMode
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