Table of Contents

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

ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

public ExcelChartDataPointCollection DataPoints { get; }

Property Value

ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Marker

A reference to marker properties

public ExcelChartMarker Marker { get; }

Property Value

ExcelChartMarker

MarkerSize

The size of a markers

[Obsolete("Please use Marker.Size")]
public int MarkerSize { get; set; }

Property Value

int

Methods

HasMarker()

If the serie has markers

public bool HasMarker()

Returns

bool

True if serie has markers