Class ExcelBarChart
Bar chart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelBarChart : ExcelChart
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type | Description |
---|---|
ExcelChartDataLabel |
Direction
Direction, Bar or columns
Declaration
public eDirection Direction { get; }
Property Value
Type | Description |
---|---|
eDirection |
Shape
The shape of the bar/columns
Declaration
public eShape Shape { get; }
Property Value
Type | Description |
---|---|
eShape |