Class ExcelScatterChart
Provides access to scatter chart specific properties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Boolean |
Marker
If the series has markers
Declaration
public bool Marker { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |
Implements
System.IDisposable