Show / Hide Table of Contents

Class ExcelBarChart

Bar chart

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelBarChart
Inherited Members
ExcelChart._chartXmlHelper
ExcelChart.Axis
ExcelChart.Border
ExcelChart.ChartType
ExcelChart.ChartXml
ExcelChart.DisplayBlanksAs
ExcelChart.Fill
ExcelChart.Grouping
ExcelChart.Legend
ExcelChart.PivotTableSource
ExcelChart.PlotArea
ExcelChart.Series
ExcelChart.ShowHiddenData
ExcelChart.Style
ExcelChart.Title
ExcelChart.UseSecondaryAxis
ExcelChart.VaryColors
ExcelChart.View3D
ExcelChart.WorkSheet
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart.IsType3D()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeStacked()
ExcelChart.GetChartNodeText()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeShape()
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing._id
ExcelDrawing._drawings
ExcelDrawing._topNode
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Locked
ExcelDrawing.Name
ExcelDrawing.Print
ExcelDrawing.To
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
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
Back to top Generated by DocFX