public enum RadarStyle : System.Enum
'Declaration
Public Enum RadarStyle Inherits System.Enum
'Usage
Dim instance As RadarStyle
Member | Description |
---|---|
Filled | The radar chart shall be filled and have lines but no markers. |
Marker | The radar chart shall have lines and markers but no fill. |
Standard | The radar chart shall have lines but no markers and no fill. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.RadarStyle