Show / Hide Table of Contents

Class ExcelHistogramChartSeries

A collection of chart serie for a Histogram chart.

Inheritance
object
ExcelChartSeries<ExcelHistogramChartSerie>
ExcelHistogramChartSeries
Implements
IEnumerable<ExcelHistogramChartSerie>
IEnumerable
Inherited Members
ExcelChartSeries<ExcelHistogramChartSerie>.this[int]
ExcelChartSeries<ExcelHistogramChartSerie>.Count
ExcelChartSeries<ExcelHistogramChartSerie>.Delete(int)
ExcelChartSeries<ExcelHistogramChartSerie>.Chart
ExcelChartSeries<ExcelHistogramChartSerie>.Add(ExcelRangeBase)
ExcelChartSeries<ExcelHistogramChartSerie>.Add(string)
ExcelChartSeries<ExcelHistogramChartSerie>.Add(ExcelRangeBase, ExcelRangeBase)
ExcelChartSeries<ExcelHistogramChartSerie>.Add(string, string)
ExcelChartSeries<ExcelHistogramChartSerie>.AddSeries(string, string, string)
ExcelChartSeries<ExcelHistogramChartSerie>.GetEnumerator()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelHistogramChartSeries : ExcelChartSeries<ExcelHistogramChartSerie>, IEnumerable<ExcelHistogramChartSerie>, IEnumerable

Methods

AddParetoLine()

Adds a pareto line to the serie.

Declaration
public void AddParetoLine()

RemoveParetoLine()

Removes the pareto line for the serie

Declaration
public void RemoveParetoLine()

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX