Spread Silverlight Documentation
RadarLabelVisibility Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : RadarLabelVisibility Enumeration
Specifies the display state of the label in radar chart.
Syntax
'Declaration
 
Public Enum RadarLabelVisibility 
   Inherits System.Enum
'Usage
 
Dim instance As RadarLabelVisibility
public enum RadarLabelVisibility : System.Enum 
Members
MemberDescription
All Specifies that the labels appear on all radial axes.
First Specifies that the labels appear on the first radial axis.
None Specifies that there are no labels on the axes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.RadarLabelVisibility

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace