Show / Hide Table of Contents

Class ExcelChartExSerieBinning

Data binning properties

Inheritance
Object
XmlHelper
ExcelChartExSerieBinning
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 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
Nullable<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
Nullable<Double>

OverflowAutomatic

The custom value for overflow bin is set to automatic.

Declaration
public bool OverflowAutomatic { get; set; }
Property Value
Type Description
Boolean

Size

The binning by bin size. Setting this property clears the Count property

Declaration
public double? Size { get; set; }
Property Value
Type Description
Nullable<Double>

Underflow

A custom value for underflow bin.

Declaration
public double? Underflow { get; set; }
Property Value
Type Description
Nullable<Double>

UnderflowAutomatic

The custom value for underflow bin is set to automatic.

Declaration
public bool UnderflowAutomatic { get; set; }
Property Value
Type Description
Boolean
In this article
Back to top Generated by DocFX