Class ExcelChartEx
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
Base class for all extention charts
public abstract class ExcelChartEx : ExcelChart, IDisposable
- Inheritance
-
ExcelChartEx
- Implements
- Derived
- Inherited Members
Properties
Axis
An array containg all axis of all Charttypes
public ExcelChartExAxis[] Axis { get; }
Property Value
Border
Border
public override ExcelDrawingBorder Border { get; }
Property Value
DisplayBlanksAs
This property does not apply to extended charts. This property will always return eDisplayBlanksAs.Zero. Setting this property on an extended chart will result in an InvalidOperationException
public override eDisplayBlanksAs DisplayBlanksAs { get; set; }
Property Value
Effect
Effects
public override ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to Fill properties
public override ExcelDrawingFill Fill { get; }
Property Value
Font
Access to font properties
public override ExcelTextFont Font { get; }
Property Value
HasLegend
If the chart has legend or not
public override bool HasLegend { get; }
Property Value
HasTitle
If the chart has a title or not
public override bool HasTitle { get; }
Property Value
Legend
Legend
public ExcelChartExLegend Legend { get; }
Property Value
PlotArea
Plotarea properties
public override ExcelChartPlotArea PlotArea { get; }
Property Value
RoundedCorners
This property does not apply to extended charts. Setting this property on an extended chart will result in an InvalidOperationException
public override bool RoundedCorners { get; set; }
Property Value
Series
Chart series
public ExcelChartSeries<ExcelChartExSerie> Series { get; }
Property Value
ShowDataLabelsOverMaximum
This property does not apply to extended charts. Setting this property on an extended chart will result in an InvalidOperationException
public override bool ShowDataLabelsOverMaximum { get; set; }
Property Value
ShowHiddenData
This property does not apply to extended charts. Setting this property on an extended chart will result in an InvalidOperationException
public override bool ShowHiddenData { get; set; }
Property Value
Style
Cannot be set for extension charts. Please use StyleManager
public override eChartStyle Style { get; set; }
Property Value
TextBody
Access to text body properties
public override ExcelTextBody TextBody { get; }
Property Value
ThreeD
3D properties
public override ExcelDrawing3D ThreeD { get; }
Property Value
Title
The titel of the chart
public ExcelChartExTitle Title { get; }
Property Value
VaryColors
Is not applied to Extension charts
public override bool VaryColors { get; set; }
Property Value
View3D
3D settings
public override ExcelView3D View3D { get; }
Property Value
XAxis
The X Axis
public ExcelChartExAxis XAxis { get; }
Property Value
YAxis
The Y Axis
public ExcelChartExAxis YAxis { get; }
Property Value
Methods
DeleteTitle()
Delete the charts title
public override void DeleteTitle()