Class ExcelLineChart
Provides access to line chart specific properties
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 class ExcelLineChart : ExcelChart
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartDataLabel |
Marker
If the series has markers
Declaration
public bool Marker { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Smooth
If the series has smooth lines
Declaration
public bool Smooth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |