Enum eScatterChartType
Scatter chart types
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eScatterChartType
Fields
Name | Description |
---|---|
XYScatter | A XY scatter chart |
XYScatterLines | A scatter line chart with markers |
XYScatterLinesNoMarkers | A scatter line chart with no markers |
XYScatterSmooth | A scatter line chart with markers and smooth lines |
XYScatterSmoothNoMarkers | A scatter line chart with no markers and smooth lines |