Show / Hide Table of Contents

Class ExcelStockChartSerie

A serie for a scatter chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelStockChartSerie
Implements
IDrawingSerieDataLabel
Inherited Members
ExcelChartSerieWithErrorBars.ErrorBars
ExcelChartSerieWithErrorBars.AddErrorBars(eErrorBarType, eErrorValueType)
ExcelChartSerieWithErrorBars.HasErrorBars()
ExcelChartStandardSerie.NumberLiteralsY
ExcelChartStandardSerie.NumberLiteralsX
ExcelChartStandardSerie.StringLiteralsY
ExcelChartStandardSerie.StringLiteralsX
ExcelChartStandardSerie.Header
ExcelChartStandardSerie.HeaderAddress
ExcelChartStandardSerie.Series
ExcelChartStandardSerie.XSeries
ExcelChartStandardSerie.TrendLines
ExcelChartStandardSerie.NumberOfItems
ExcelChartStandardSerie.CreateCache()
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
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 ExcelStockChartSerie : ExcelChartSerieWithErrorBars, IDrawingSerieDataLabel

Properties

DataLabel

Data label properties

Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

Declaration
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
Type Description
ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
System.Boolean

Marker

A reference to marker properties

Declaration
public ExcelChartMarker Marker { get; }
Property Value
Type Description
ExcelChartMarker

Smooth

Smooth for scattercharts

Declaration
public int Smooth { get; }
Property Value
Type Description
System.Int32

Methods

HasMarker()

If the serie has markers

Declaration
public bool HasMarker()
Returns
Type Description
System.Boolean

True if serie has markers

Implements

IDrawingSerieDataLabel
In This Article
Back to top Generated by DocFX