Class ExcelChartExSerieBinning
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
Data binning properties
public class ExcelChartExSerieBinning : XmlHelper
- Inheritance
-
ExcelChartExSerieBinning
- Inherited Members
Properties
Count
The binning by bin count. Setting this property clears the Size property
public int? Count { get; set; }
Property Value
- int?
IntervalClosed
The interval closed side.
public eIntervalClosed IntervalClosed { get; set; }
Property Value
Overflow
A custom value for overflow bin.
public double? Overflow { get; set; }
Property Value
OverflowAutomatic
The custom value for overflow bin is set to automatic.
public bool OverflowAutomatic { get; set; }
Property Value
Size
The binning by bin size. Setting this property clears the Count property
public double? Size { get; set; }
Property Value
Underflow
A custom value for underflow bin.
public double? Underflow { get; set; }
Property Value
UnderflowAutomatic
The custom value for underflow bin is set to automatic.
public bool UnderflowAutomatic { get; set; }