Enum eRadarStyle
Radar chart type
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eRadarStyle
Fields
Name | Description |
---|---|
Filled | The radar chart will be filled and have lines, but will not have markers. |
Marker | The radar chart will have lines and markers, but will not be filled. |
Standard | The radar chart will have lines, but no markers and no filling. |