Class ExcelChartDataLabel
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public class ExcelChartDataLabel : XmlHelper
- Inheritance
-
ExcelChartDataLabel
- Derived
-
- 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
Separator
public string Separator { get; set; }
Property Value
- string
ShowBubbleSize
public bool ShowBubbleSize { get; set; }
Property Value
- bool
ShowCategory
public bool ShowCategory { get; set; }
Property Value
- bool
ShowLeaderLines
public bool ShowLeaderLines { get; set; }
Property Value
- bool
ShowLegendKey
public bool ShowLegendKey { get; set; }
Property Value
- bool
ShowPercent
public bool ShowPercent { get; set; }
Property Value
- bool
ShowSeriesName
public bool ShowSeriesName { get; set; }
Property Value
- bool
ShowValue
public bool ShowValue { 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