Show / Hide Table of Contents

Class ExcelChartStandard

Base class for Chart object.

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelChartStandard
ExcelAreaChart
ExcelBarChart
ExcelBubbleChart
ExcelPieChart
ExcelRadarChart
ExcelScatterChart
ExcelStandardChartWithLines
ExcelSurfaceChart
Implements
System.IDisposable
Inherited Members
ExcelChart._chartXmlHelper
ExcelChart.StyleManager
ExcelChart.UseSecondaryAxis
ExcelChart.WorkSheet
ExcelChart.ChartXml
ExcelChart.DrawingType
ExcelChart.ChartType
ExcelChart._chartNode
ExcelChart._title
ExcelChart.Series
ExcelChart.Axis
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart._plotArea
ExcelChart._legend
ExcelChart.PivotTableSource
ExcelChart.IsType3D()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeRadar()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeBubble()
ExcelChart.IsTypeSurface()
ExcelChart.HasThirdAxis()
ExcelChart.IsTypeShape()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypeStacked()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeDoughnut()
ExcelChart.IsTypePie()
ExcelChart.IsTypeStock()
ExcelChart.Floor
ExcelChart.SideWall
ExcelChart.BackWall
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
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, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument

Properties

Border

Border

Declaration
public override ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder
Overrides
ExcelChart.Border

DisplayBlanksAs

Specifies the possible ways to display blanks

Declaration
public override eDisplayBlanksAs DisplayBlanksAs { get; set; }
Property Value
Type Description
eDisplayBlanksAs
Overrides
ExcelChart.DisplayBlanksAs

Effect

Effects

Declaration
public override ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle
Overrides
ExcelChart.Effect

Fill

Access to Fill properties

Declaration
public override ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill
Overrides
ExcelChart.Fill

Font

Access to font properties

Declaration
public override ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont
Overrides
ExcelChart.Font

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
ExcelChart.HasLegend

HasTitle

True if the chart has a title

Declaration
public override bool HasTitle { get; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChart.HasTitle

Legend

Legend

Declaration
public override ExcelChartLegend Legend { get; }
Property Value
Type Description
ExcelChartLegend
Overrides
ExcelChart.Legend

PlotArea

Plotarea

Declaration
public override ExcelChartPlotArea PlotArea { get; }
Property Value
Type Description
ExcelChartPlotArea
Overrides
ExcelChart.PlotArea

RoundedCorners

Border rounded corners

Declaration
public override bool RoundedCorners { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChart.RoundedCorners

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
ExcelChart.ShowDataLabelsOverMaximum

ShowHiddenData

Show data in hidden rows and columns

Declaration
public override bool ShowHiddenData { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChart.ShowHiddenData

Style

The build-in chart styles.

Declaration
public override eChartStyle Style { get; set; }
Property Value
Type Description
eChartStyle
Overrides
ExcelChart.Style

TextBody

Access to text body properties

Declaration
public override ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody
Overrides
ExcelChart.TextBody

ThreeD

3D properties

Declaration
public override ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
Overrides
ExcelChart.ThreeD

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
ExcelChart.VaryColors

View3D

3D-settings

Declaration
public ExcelView3D View3D { get; }
Property Value
Type Description
ExcelView3D

Methods

DeleteTitle()

Remove the title from the chart

Declaration
public override void DeleteTitle()
Overrides
ExcelChart.DeleteTitle()

GetChartNodeText()

Get the name of the chart node

Declaration
protected string GetChartNodeText()
Returns
Type Description
System.String

The name

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX