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
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Font
Access font properties
public ExcelTextFont Font { get; }
Property Value
ShowHorizontalBorder
The horizontal borders will be shown in the data table
public bool ShowHorizontalBorder { get; set; }
Property Value
ShowKeys
The legend keys will be shown in the data table
public bool ShowKeys { get; set; }
Property Value
ShowOutline
The outline will be shown on the data table
public bool ShowOutline { get; set; }
Property Value
ShowVerticalBorder
The vertical borders will be shown in the data table
public bool ShowVerticalBorder { get; set; }
Property Value
TextBody
Access to text body properties
public ExcelTextBody TextBody { get; }
Property Value
TextSettings
String settings like fills, text outlines and effects
public ExcelDrawingTextSettings TextSettings { get; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }