Class ExcelHistogramChartSerie
A series for an 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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelHistogramChartSerie : ExcelChartExSerie
Properties
Aggregation
If x-axis is per category
Declaration
public bool Aggregation { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Binning
The data binning properties
Declaration
public ExcelChartExSerieBinning Binning { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartExSerieBinning |
ParetoLine
Properties for the pareto line.
Declaration
public ExcelChartExParetoLine ParetoLine { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartExParetoLine |