Table of Contents

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

ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Marker

If the series has markers

public bool Marker { get; set; }

Property Value

bool

ScatterStyle

If the scatter has LineMarkers or SmoothMarkers

public eScatterStyle ScatterStyle { get; }

Property Value

eScatterStyle

Series

A collection of series for a Scatter Chart

public ExcelChartSeries<ExcelScatterChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelScatterChartSerie>