Class ExcelChartSerieWithErrorBars
A base class used for chart series that support ErrorBars
Inheritance
System.Object
ExcelChartSerieWithErrorBars
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 class ExcelChartSerieWithErrorBars : ExcelChartStandardSerie
Properties
ErrorBars
A collection of error bars AddErrorBars(eErrorBarType, eErrorValueType)
Declaration
public ExcelChartErrorBars ErrorBars { get; }
Property Value
Type | Description |
---|---|
ExcelChartErrorBars |
Methods
AddErrorBars(eErrorBarType, eErrorValueType)
Adds a errorbars to the chart serie
Declaration
public virtual void AddErrorBars(eErrorBarType barType, eErrorValueType valueType)
Parameters
Type | Name | Description |
---|---|---|
eErrorBarType | barType | |
eErrorValueType | valueType |
HasErrorBars()
Returns true if the serie has Error Bars
Declaration
public bool HasErrorBars()
Returns
Type | Description |
---|---|
System.Boolean | True if the serie has Error Bars |