Class ExcelChartSerieWithErrorBars
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A base class used for chart series that support ErrorBars
public class ExcelChartSerieWithErrorBars : ExcelChartStandardSerie
- Inheritance
-
ExcelChartSerieWithErrorBars
- Derived
- Inherited Members
Properties
ErrorBars
A collection of error bars AddErrorBars(eErrorBarType, eErrorValueType)
public ExcelChartErrorBars ErrorBars { get; }
Property Value
Methods
AddErrorBars(eErrorBarType, eErrorValueType)
Adds a errorbars to the chart serie
public virtual void AddErrorBars(eErrorBarType barType, eErrorValueType valueType)
Parameters
barType
eErrorBarTypevalueType
eErrorValueType
HasErrorBars()
Returns true if the serie has Error Bars
public bool HasErrorBars()
Returns
- bool
True if the serie has Error Bars