Class ExcelChartDataTable
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public class ExcelChartDataTable : XmlHelper
- Inheritance
-
ExcelChartDataTable
- Inherited Members
-
- Extension Methods
-
Properties
Border
public ExcelDrawingBorder Border { get; }
Property Value
- ExcelDrawingBorder
Fill
public ExcelDrawingFill Fill { get; }
Property Value
- ExcelDrawingFill
Font
public ExcelTextFont Font { get; }
Property Value
- ExcelTextFont
ShowHorizontalBorder
public bool ShowHorizontalBorder { get; set; }
Property Value
- bool
ShowKeys
public bool ShowKeys { get; set; }
Property Value
- bool
ShowOutline
public bool ShowOutline { get; set; }
Property Value
- bool
ShowVerticalBorder
public bool ShowVerticalBorder { get; set; }
Property Value
- bool
Methods
GetPosEnum(string)
protected eLabelPosition GetPosEnum(string pos)
Parameters
pos
string
Returns
- eLabelPosition
GetPosText(eLabelPosition)
protected string GetPosText(eLabelPosition pos)
Parameters
pos
eLabelPosition
Returns
- string