Class ExcelRadarChart
Provides access to line chart specific properties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelRadarChart : ExcelChartStandard, IDisposable, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument, IDrawingDataLabel
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartDataLabel |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RadarStyle
The type of radarchart
Declaration
public eRadarStyle RadarStyle { get; set; }
Property Value
Type | Description |
---|---|
eRadarStyle |
Series
A collection of series for a Radar Chart
Declaration
public ExcelChartSeries<ExcelRadarChartSerie> Series { get; }
Property Value
Type | Description |
---|---|
ExcelChartSeries<ExcelRadarChartSerie> |
Implements
System.IDisposable