Table of Contents

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

ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

RadarStyle

The type of radarchart

public eRadarStyle RadarStyle { get; set; }

Property Value

eRadarStyle

Series

A collection of series for a Radar Chart

public ExcelChartSeries<ExcelRadarChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelRadarChartSerie>