Table of Contents

Class ExcelBarChart

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Represents a Bar Chart

public sealed class ExcelBarChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
Inheritance
ExcelBarChart
Implements
Inherited Members

Properties

DataLabel

Access to datalabel properties

public ExcelChartDataLabel DataLabel { get; }

Property Value

ExcelChartDataLabel

Direction

Direction, Bar or columns

public eDirection Direction { get; }

Property Value

eDirection

GapWidth

The size of the gap between two adjacent bars/columns

public int GapWidth { get; set; }

Property Value

int

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Overlap

Specifies how much bars and columns shall overlap

public int Overlap { get; set; }

Property Value

int

Series

Series for a bar chart

public ExcelChartSeries<ExcelBarChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelBarChartSerie>

Shape

The shape of the bar/columns

public eShape Shape { get; }

Property Value

eShape