Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RadarLabelVisibility Enumeration


In This Topic
    RadarLabelVisibility Enumeration
    In This Topic
    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
    AllSpecifies that the labels appear on all radial axes.
    FirstSpecifies that the labels appear on the first radial axis.
    NoneSpecifies that there are no labels on the axes.
    Inheritance Hierarchy

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

    See Also