GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / RadarStyle Enumeration


RadarStyle Enumeration
Represents the possible styles of radar chart.
Syntax
'Declaration
 
Public Enum RadarStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As RadarStyle
Members
MemberDescription
FilledThe radar chart shall be filled and have lines but no markers.
MarkerThe radar chart shall have lines and markers but no fill.
StandardThe radar chart shall have lines but no markers and no fill.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.RadarStyle

See Also