Class ExcelChartExSerie
A chart serie
Inheritance
System.Object
ExcelChartExSerie
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExSerie : ExcelChartSerie
Properties
DataDimensions
The dimensions of the serie
Declaration
public ExcelChartExDataCollection DataDimensions { get; }
Property Value
Type | Description |
---|---|
ExcelChartExDataCollection |
DataLabel
Data label properties
Declaration
public ExcelChartExSerieDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartExSerieDataLabel |
DataPoints
A collection of individual data points
Declaration
public ExcelChartExDataPointCollection DataPoints { get; }
Property Value
Type | Description |
---|---|
ExcelChartExDataPointCollection |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Header
The header text for the serie.
Declaration
public override string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
HeaderAddress
Header address for the serie.
Declaration
public override ExcelAddressBase HeaderAddress { get; set; }
Property Value
Type | Description |
---|---|
ExcelAddressBase |
Overrides
Hidden
If the serie is hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberOfItems
Number of items. Will always return 0, as no item data is stored.
Declaration
public override int NumberOfItems { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Series
Set this to a valid address or the drawing will be invalid.
Declaration
public override string Series { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TrendLines
Trendline do not apply to extended charts.
Declaration
public override ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type | Description |
---|---|
ExcelChartTrendlineCollection |
Overrides
XSeries
Set an address for the horizontal labels
Declaration
public override string XSeries { get; set; }
Property Value
Type | Description |
---|---|
System.String |