Table of Contents

Class ExcelChartDataTable

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Data table on chart level.

public class ExcelChartDataTable : XmlHelper
Inheritance
ExcelChartDataTable
Inherited Members

Properties

Border

Access border properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

Access fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

Access font properties

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

ShowHorizontalBorder

The horizontal borders will be shown in the data table

public bool ShowHorizontalBorder { get; set; }

Property Value

bool

ShowKeys

The legend keys will be shown in the data table

public bool ShowKeys { get; set; }

Property Value

bool

ShowOutline

The outline will be shown on the data table

public bool ShowOutline { get; set; }

Property Value

bool

ShowVerticalBorder

The vertical borders will be shown in the data table

public bool ShowVerticalBorder { get; set; }

Property Value

bool

TextBody

Access to text body properties

public ExcelTextBody TextBody { get; }

Property Value

ExcelTextBody

TextSettings

String settings like fills, text outlines and effects

public ExcelDrawingTextSettings TextSettings { get; }

Property Value

ExcelDrawingTextSettings

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D