Class ExcelScatterChart
Provides access to scatter chart specific properties
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelScatterChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartDataLabel |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Marker
If the series has markers
Declaration
public bool Marker { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ScatterStyle
If the scatter has LineMarkers or SmoothMarkers
Declaration
public eScatterStyle ScatterStyle { get; }
Property Value
| Type | Description |
|---|---|
| eScatterStyle |
Series
A collection of series for a Scatter Chart
Declaration
public ExcelChartSeries<ExcelScatterChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelScatterChartSerie> |