Class ExcelLineChartSerie
A serie for a line chart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelLineChartSerie : ExcelChartSerie
Properties
DataLabel
Datalabels
Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartSerieDataLabel |
Marker
Marker symbol
Declaration
public eMarkerStyle Marker { get; set; }
Property Value
Type | Description |
---|---|
eMarkerStyle |
Smooth
Smoth lines
Declaration
public bool Smooth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |