Show / Hide Table of Contents

Class ExcelChartSerieWithErrorBars

A base class used for chart series that support ErrorBars

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelBarChartSerie
ExcelChartSerieWithHorizontalErrorBars
ExcelLineChartSerie
ExcelStockChartSerie
Inherited Members
ExcelChartStandardSerie.Header
ExcelChartStandardSerie.HeaderAddress
ExcelChartStandardSerie.Series
ExcelChartStandardSerie.XSeries
ExcelChartStandardSerie.TrendLines
ExcelChartStandardSerie.NumberOfItems
ExcelChartStandardSerie.CreateCache()
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.ToFullAddress(String)
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, IDrawingStyleBase, IDrawingChartErrorBars

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

In This Article
  • Properties
    • ErrorBars
  • Methods
    • AddErrorBars(eErrorBarType, eErrorValueType)
    • HasErrorBars()
Back to top Generated by DocFX