Show / Hide Table of Contents

Class ExcelChartSerieWithErrorBars

A base class used for chart series that support ErrorBars

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartSerieWithErrorBars
ExcelAreaChartSerie
ExcelBarChartSerie
ExcelBubbleChartSerie
ExcelLineChartSerie
ExcelScatterChartSerie
Inherited Members
ExcelChartSerie.Header
ExcelChartSerie.HeaderAddress
ExcelChartSerie.Series
ExcelChartSerie.XSeries
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.TrendLines
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.NumberOfItems
ExcelChartSerie.CreateCache()
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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 : ExcelChartSerie, 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 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

Back to top Generated by DocFX