Class ExcelHistogramChartSeries
A collection of chart serie for a Histogram chart.
Inherited Members
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()