Table of Contents

Class ExcelChartSerieWithHorizontalErrorBars

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A base class used for chart series that support ErrorBars

public class ExcelChartSerieWithHorizontalErrorBars : ExcelChartSerieWithErrorBars
Inheritance
ExcelChartSerieWithHorizontalErrorBars
Derived
Inherited Members

Properties

ErrorBarsX

public ExcelChartErrorBars ErrorBarsX { get; }

Property Value

ExcelChartErrorBars

Methods

AddErrorBars(eErrorBarType, eErrorValueType)

Adds error bars to the chart serie for both vertical and horizontal directions.

public override void AddErrorBars(eErrorBarType barType, eErrorValueType valueType)

Parameters

barType eErrorBarType

The type of error bars

valueType eErrorValueType

The type of value the error bars will show

AddErrorBars(eErrorBarType, eErrorValueType, eErrorBarDirection?)

Adds error bars to the chart serie for vertical or horizontal directions.

public void AddErrorBars(eErrorBarType barType, eErrorValueType valueType, eErrorBarDirection? direction)

Parameters

barType eErrorBarType

The type of error bars

valueType eErrorValueType

The type of value the error bars will show

direction eErrorBarDirection?

Direction for the error bars. A value of null will add both horizontal and vertical error bars.