Enum eScatterChartType
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Scatter chart types
public enum eScatterChartType
Fields
XYScatter = -4169
A XY scatter chart
XYScatterLines = 74
A scatter line chart with markers
XYScatterLinesNoMarkers = 75
A scatter line chart with no markers
XYScatterSmooth = 72
A scatter line chart with markers and smooth lines
XYScatterSmoothNoMarkers = 73
A scatter line chart with no markers and smooth lines