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
Direction
Direction, Bar or columns
public eDirection Direction { get; }
Property Value
GapWidth
The size of the gap between two adjacent bars/columns
public int GapWidth { get; set; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Overlap
Specifies how much bars and columns shall overlap
public int Overlap { get; set; }
Property Value
Series
Series for a bar chart
public ExcelChartSeries<ExcelBarChartSerie> Series { get; }
Property Value
Shape
The shape of the bar/columns
public eShape Shape { get; }