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