Class ExcelRadarChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A serie for a scatter chart
public sealed class ExcelRadarChartSerie : ExcelChartStandardSerie, IDrawingSerieDataLabel
- Inheritance
-
ExcelRadarChartSerie
- Implements
- Inherited Members
Properties
DataLabel
Datalabel
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
DataPoints
A collection of the individual datapoints
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Marker
A reference to marker properties
public ExcelChartMarker Marker { get; }
Property Value
MarkerSize
The size of a markers
[Obsolete("Please use Marker.Size")]
public int MarkerSize { get; set; }
Property Value
Methods
HasMarker()
If the serie has markers
public bool HasMarker()
Returns
- bool
True if serie has markers