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
Horizontal error bars ErrorBarsX AddErrorBars(eErrorBarType, eErrorValueType)
public ExcelChartErrorBars ErrorBarsX { get; }
Property Value
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
eErrorBarTypeThe type of error bars
valueType
eErrorValueTypeThe 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
eErrorBarTypeThe type of error bars
valueType
eErrorValueTypeThe 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.