dotnetCHARTING Send comments on this topic.
RadarLabelMode Enumeration
See Also  
dotnetCHARTING Namespace : RadarLabelMode Enumeration


Specifies how tick labels behave on a radar graph.

Syntax

Visual Basic (Declaration) 
Public Enum RadarLabelMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RadarLabelMode
C# 
public enum RadarLabelMode : Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.RadarLabelMode

See Also

© 2010 All Rights Reserved.