Table of Contents

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

eIntervalClosed

Overflow

A custom value for overflow bin.

public double? Overflow { get; set; }

Property Value

double?

OverflowAutomatic

The custom value for overflow bin is set to automatic.

public bool OverflowAutomatic { get; set; }

Property Value

bool

Size

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

public double? Size { get; set; }

Property Value

double?

Underflow

A custom value for underflow bin.

public double? Underflow { get; set; }

Property Value

double?

UnderflowAutomatic

The custom value for underflow bin is set to automatic.

public bool UnderflowAutomatic { get; set; }

Property Value

bool