Class ExcelRadarChart
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Provides access to line chart specific properties
public class ExcelRadarChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
- Inheritance
-
ExcelRadarChart
- Implements
- Inherited Members
Properties
DataLabel
Access to datalabel properties
public ExcelChartDataLabel DataLabel { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
RadarStyle
The type of radarchart
public eRadarStyle RadarStyle { get; set; }
Property Value
Series
A collection of series for a Radar Chart
public ExcelChartSeries<ExcelRadarChartSerie> Series { get; }