Class ExcelChart
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public class ExcelChart : ExcelDrawing, IDisposable
- Inheritance
-
ExcelChart
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Fields
_chartNode
protected XmlNode _chartNode
Field Value
- XmlNode
_chartSeries
protected ExcelChartSeries _chartSeries
Field Value
- ExcelChartSeries
_chartXmlHelper
protected XmlHelper _chartXmlHelper
Field Value
- XmlHelper
Properties
Axis
public ExcelChartAxis[] Axis { get; }
Property Value
- ExcelChartAxis[]
Border
public ExcelDrawingBorder Border { get; }
Property Value
- ExcelDrawingBorder
ChartType
public eChartType ChartType { get; }
Property Value
- eChartType
ChartXml
public XmlDocument ChartXml { get; }
Property Value
- XmlDocument
DisplayBlanksAs
public eDisplayBlanksAs DisplayBlanksAs { get; set; }
Property Value
- eDisplayBlanksAs
Fill
public ExcelDrawingFill Fill { get; }
Property Value
- ExcelDrawingFill
Grouping
public eGrouping Grouping { get; }
Property Value
- eGrouping
Legend
public ExcelChartLegend Legend { get; }
Property Value
- ExcelChartLegend
PivotTableSource
public ExcelPivotTable PivotTableSource { get; }
Property Value
- ExcelPivotTable
PlotArea
public ExcelChartPlotArea PlotArea { get; }
Property Value
- ExcelChartPlotArea
RoundedCorners
public bool RoundedCorners { get; set; }
Property Value
- bool
Series
public virtual ExcelChartSeries Series { get; }
Property Value
- ExcelChartSeries
ShowDataLabelsOverMaximum
public bool ShowDataLabelsOverMaximum { get; set; }
Property Value
- bool
ShowHiddenData
public bool ShowHiddenData { get; set; }
Property Value
- bool
Style
public eChartStyle Style { get; set; }
Property Value
- eChartStyle
Title
public ExcelChartTitle Title { get; }
Property Value
- ExcelChartTitle
UseSecondaryAxis
public bool UseSecondaryAxis { get; set; }
Property Value
- bool
VaryColors
public bool VaryColors { get; set; }
Property Value
- bool
View3D
public ExcelView3D View3D { get; }
Property Value
- ExcelView3D
WorkSheet
public ExcelWorksheet WorkSheet { get; }
Property Value
- ExcelWorksheet
XAxis
public ExcelChartAxis XAxis { get; }
Property Value
- ExcelChartAxis
YAxis
public ExcelChartAxis YAxis { get; }
Property Value
- ExcelChartAxis
Methods
GetChartNodeText()
protected string GetChartNodeText()
Returns
- string
IsType3D()
protected bool IsType3D()
Returns
- bool
IsTypeClustered()
protected bool IsTypeClustered()
Returns
- bool
IsTypeLine()
protected bool IsTypeLine()
Returns
- bool
IsTypePercentStacked()
protected bool IsTypePercentStacked()
Returns
- bool
IsTypePieDoughnut()
protected bool IsTypePieDoughnut()
Returns
- bool
IsTypeScatterBubble()
protected bool IsTypeScatterBubble()
Returns
- bool
IsTypeShape()
protected bool IsTypeShape()
Returns
- bool
IsTypeStacked()
protected bool IsTypeStacked()
Returns
- bool
IsTypeSurface()
protected bool IsTypeSurface()
Returns
- bool