Class ExcelChartStandard
Base class for Chart object.
Inheritance
System.Object
ExcelChartStandard
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
Assembly: EPPlus.dll
Syntax
public class ExcelChartStandard : ExcelChart, IDisposable
Properties
Border
Border
Declaration
public override ExcelDrawingBorder Border { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingBorder |
Overrides
DisplayBlanksAs
Specifies the possible ways to display blanks
Declaration
public override eDisplayBlanksAs DisplayBlanksAs { get; set; }
Property Value
Type | Description |
---|---|
eDisplayBlanksAs |
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
Grouping
Specifies the kind of grouping for a column, line, or area chart
Declaration
public eGrouping Grouping { get; }
Property Value
Type | Description |
---|---|
eGrouping |
HasLegend
If the chart has a legend
Declaration
public override bool HasLegend { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
HasTitle
True if the chart has a title
Declaration
public override bool HasTitle { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Legend
Legend
Declaration
public ExcelChartLegend Legend { get; }
Property Value
Type | Description |
---|---|
ExcelChartLegend |
PlotArea
Plotarea
Declaration
public override ExcelChartPlotArea PlotArea { get; }
Property Value
Type | Description |
---|---|
ExcelChartPlotArea |
Overrides
RoundedCorners
Border rounded corners
Declaration
public override bool RoundedCorners { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowDataLabelsOverMaximum
Specifies data labels over the maximum of the chart shall be shown
Declaration
public override bool ShowDataLabelsOverMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowHiddenData
Show data in hidden rows and columns
Declaration
public override bool ShowHiddenData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Style
The build-in chart styles.
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
Titel of the chart
Declaration
public ExcelChartTitle Title { get; }
Property Value
Type | Description |
---|---|
ExcelChartTitle |
VaryColors
If the chart has only one serie this varies the colors for each point.
Declaration
public override bool VaryColors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
View3D
3D-settings
Declaration
public override ExcelView3D View3D { get; }
Property Value
Type | Description |
---|---|
ExcelView3D |
Overrides
Methods
DeleteTitle()
Remove the title from the chart
Declaration
public override void DeleteTitle()
Overrides
GetChartNodeText()
Get the name of the chart node
Declaration
protected string GetChartNodeText()
Returns
Type | Description |
---|---|
System.String | The name |
Implements
System.IDisposable