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