Class ExcelLineChartSerie
A serie for a line chart
Inheritance
Object
ExcelLineChartSerie
Implements
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelLineChartSerie : ExcelChartSerieWithErrorBars, IDrawingSerieDataLabel
Properties
DataLabel
Datalabels
Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSerieDataLabel |
DataPoints
A collection of the individual datapoints
Declaration
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartDataPointCollection |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Marker
A reference to marker properties
Declaration
public ExcelChartMarker Marker { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartMarker |
Smooth
Smooth lines
Declaration
public bool Smooth { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
HasMarker()
If the serie has markers
Declaration
public bool HasMarker()
Returns
| Type | Description |
|---|---|
| Boolean | True if serie has markers |