Class ExcelChartExSerieBinning
Data binning properties
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExSerieBinning : XmlHelper
Properties
Count
The binning by bin count. Setting this property clears the Size property
Declaration
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IntervalClosed
The interval closed side.
Declaration
public eIntervalClosed IntervalClosed { get; set; }
Property Value
Type | Description |
---|---|
eIntervalClosed |
Overflow
A custom value for overflow bin.
Declaration
public double? Overflow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
OverflowAutomatic
The custom value for overflow bin is set to automatic.
Declaration
public bool OverflowAutomatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
The binning by bin size. Setting this property clears the Count property
Declaration
public double? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Underflow
A custom value for underflow bin.
Declaration
public double? Underflow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UnderflowAutomatic
The custom value for underflow bin is set to automatic.
Declaration
public bool UnderflowAutomatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |