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