Class ExcelHistogramChartSeries
A collection of chart serie for a Histogram chart.
Inherited Members
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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable