Table of Contents

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

public ExcelChartErrorBars ErrorBars { get; }

Property Value

ExcelChartErrorBars

Methods

AddErrorBars(eErrorBarType, eErrorValueType)

Adds a errorbars to the chart serie

public virtual void AddErrorBars(eErrorBarType barType, eErrorValueType valueType)

Parameters

barType eErrorBarType
valueType eErrorValueType

HasErrorBars()

Returns true if the serie has Error Bars

public bool HasErrorBars()

Returns

bool

True if the serie has Error Bars