Class ExcelChartExSerie
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A chart serie
public class ExcelChartExSerie : ExcelChartSerie
- Inheritance
-
ExcelChartExSerie
- Derived
- Inherited Members
Properties
DataDimensions
The dimensions of the serie
public ExcelChartExDataCollection DataDimensions { get; }
Property Value
DataLabel
Data label properties
public ExcelChartExSerieDataLabel DataLabel { get; }
Property Value
DataPoints
A collection of individual data points
public ExcelChartExDataPointCollection DataPoints { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Header
The header text for the serie.
public override string Header { get; set; }
Property Value
HeaderAddress
Header address for the serie.
public override ExcelAddressBase HeaderAddress { get; set; }
Property Value
Hidden
If the serie is hidden
public bool Hidden { get; set; }
Property Value
NumberOfItems
Number of items. Will always return 0, as no item data is stored.
public override int NumberOfItems { get; }
Property Value
Series
Set this to a valid address or the drawing will be invalid.
public override string Series { get; set; }
Property Value
TrendLines
Trendline do not apply to extended charts.
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
XSeries
Set an address for the horizontal labels
public override string XSeries { get; set; }