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
int?

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
double?

OverflowAutomatic

The custom value for overflow bin is set to automatic.

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

Size

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

Declaration
public double? Size { get; set; }
Property Value
Type Description
double?

Underflow

A custom value for underflow bin.

Declaration
public double? Underflow { get; set; }
Property Value
Type Description
double?

UnderflowAutomatic

The custom value for underflow bin is set to automatic.

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