Show / Hide Table of Contents

Class ExcelChartDataTable

Data table on chart level.

Inheritance
object
XmlHelper
ExcelChartDataTable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartDataTable : XmlHelper

Properties

Border

Access border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Effect

Effects

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

Access fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

Access font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

ShowHorizontalBorder

The horizontal borders will be shown in the data table

Declaration
public bool ShowHorizontalBorder { get; set; }
Property Value
Type Description
bool

ShowKeys

The legend keys will be shown in the data table

Declaration
public bool ShowKeys { get; set; }
Property Value
Type Description
bool

ShowOutline

The outline will be shown on the data table

Declaration
public bool ShowOutline { get; set; }
Property Value
Type Description
bool

ShowVerticalBorder

The vertical borders will be shown in the data table

Declaration
public bool ShowVerticalBorder { get; set; }
Property Value
Type Description
bool

TextBody

Access to text body properties

Declaration
public ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody

TextSettings

String settings like fills, text outlines and effects

Declaration
public ExcelDrawingTextSettings TextSettings { get; }
Property Value
Type Description
ExcelDrawingTextSettings

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
In this article
Back to top Generated by DocFX