Enum eLineChartType
Line chart type
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eLineChartType
  Fields
| Name | Description | 
|---|---|
| Line | A line chart  | 
      
| Line3D | A 3D line chart  | 
      
| LineMarkers | A line chart with markers  | 
      
| LineMarkersStacked | A stacked line chart with markers  | 
      
| LineMarkersStacked100 | A 100% stacked line chart with markers  | 
      
| LineStacked | A stacked line chart  | 
      
| LineStacked100 | A 100% stacked line chart  |