Class ExcelChartErrorBars
The title of a chart
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 ExcelChartErrorBars : XmlHelper
  Properties
BarType
The ways to draw an error bar
Declaration
public eErrorBarType BarType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eErrorBarType | 
Border
Border style
Declaration
public ExcelDrawingBorder Border { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingBorder | 
Direction
The directions for the error bars. For scatter-, bubble- and area charts this property can't be changed. Please use the ErrorBars property for Y direction and ErrorBarsX for the X direction.
Declaration
public eErrorBarDirection Direction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eErrorBarDirection | 
Effect
Effects
Declaration
public ExcelDrawingEffectStyle Effect { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingEffectStyle | 
Fill
Fill style
Declaration
public ExcelDrawingFill Fill { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingFill | 
Minus
Numeric Source for minus errorbars when ValueType is set to Custom
Declaration
public ExcelChartNumericSource Minus { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartNumericSource | 
NoEndCap
If true, no end cap is drawn on the error bars
Declaration
public bool NoEndCap { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Plus
Numeric Source for plus errorbars when ValueType is set to Custom
Declaration
public ExcelChartNumericSource Plus { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartNumericSource | 
ThreeD
3D properties
Declaration
public ExcelDrawing3D ThreeD { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawing3D | 
Value
The value which used to determine the length of the error bars when ValueType is FixedValue
Declaration
public double? Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
ValueType
The ways to determine the length of the error bars
Declaration
public eErrorValueType ValueType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eErrorValueType | 
Methods
Remove()
Remove the error bars
Declaration
public void Remove()