Class ExcelHistogramChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A series for an Histogram Chart
public class ExcelHistogramChartSerie : ExcelChartExSerie
- Inheritance
-
ExcelHistogramChartSerie
- Inherited Members
Properties
Aggregation
If x-axis is per category
public bool Aggregation { get; set; }
Property Value
Binning
The data binning properties
public ExcelChartExSerieBinning Binning { get; }
Property Value
ParetoLine
Properties for the pareto line.
public ExcelChartExParetoLine ParetoLine { get; }