Class ExcelChartEx
Base class for all extention charts
Inheritance
System.Object
ExcelChartEx
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public abstract class ExcelChartEx : ExcelChart, IDisposable, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument
Properties
Axis
An array containg all axis of all Charttypes
Declaration
public ExcelChartExAxis[] Axis { get; }
Property Value
Type | Description |
---|---|
ExcelChartExAxis[] |
Border
Border
Declaration
public override ExcelDrawingBorder Border { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingBorder |
Overrides
Effect
Effects
Declaration
public override ExcelDrawingEffectStyle Effect { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingEffectStyle |
Overrides
Fill
Access to Fill properties
Declaration
public override ExcelDrawingFill Fill { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingFill |
Overrides
Font
Access to font properties
Declaration
public override ExcelTextFont Font { get; }
Property Value
Type | Description |
---|---|
ExcelTextFont |
Overrides
HasLegend
Declaration
public override bool HasLegend { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
HasTitle
If the chart has a title or not
Declaration
public override bool HasTitle { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Legend
Legend
Declaration
public ExcelChartExLegend Legend { get; }
Property Value
Type | Description |
---|---|
ExcelChartExLegend |
PlotArea
Plotarea properties
Declaration
public override ExcelChartPlotArea PlotArea { get; }
Property Value
Type | Description |
---|---|
ExcelChartPlotArea |
Overrides
Series
Chart series
Declaration
public ExcelChartSeries<ExcelChartExSerie> Series { get; }
Property Value
Type | Description |
---|---|
ExcelChartSeries<ExcelChartExSerie> |
Style
Can not be set for extenstion charts. Please use StyleManager
Declaration
public override eChartStyle Style { get; set; }
Property Value
Type | Description |
---|---|
eChartStyle |
Overrides
TextBody
Access to text body properties
Declaration
public override ExcelTextBody TextBody { get; }
Property Value
Type | Description |
---|---|
ExcelTextBody |
Overrides
ThreeD
3D properties
Declaration
public override ExcelDrawing3D ThreeD { get; }
Property Value
Type | Description |
---|---|
ExcelDrawing3D |
Overrides
Title
The titel of the chart
Declaration
public ExcelChartExTitle Title { get; }
Property Value
Type | Description |
---|---|
ExcelChartExTitle |
VaryColors
Do not apply to Extension charts
Declaration
public override bool VaryColors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
DeleteTitle()
Delete the charts title
Declaration
public override void DeleteTitle()
Overrides
Implements
System.IDisposable