| Visual Basic (Declaration) | |
|---|---|
| Public Enum RadarLabelMode Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum RadarLabelMode : Enum | |
| Member | Description | 
|---|---|
| None | The labels are not visible. | 
| Normal | The labels are drawn horizontally next to the tick mark. | 
| 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. | 
| 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. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.RadarLabelMode
 
  
  
  
 