Show / Hide Table of Contents

Class ExcelChartDataLabel

Datalabel on chart level. This class is inherited by ExcelChartSerieDataLabel

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartSerieDataLabel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartDataLabel : XmlHelper

Properties

Border

Access border properties

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

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

Separator

Separator string

Declaration
public string Separator { get; set; }
Property Value
Type Description
System.String

ShowBubbleSize

Bubble Size.

Declaration
public bool ShowBubbleSize { get; set; }
Property Value
Type Description
System.Boolean

ShowCategory

Show category names

Declaration
public bool ShowCategory { get; set; }
Property Value
Type Description
System.Boolean

ShowLeaderLines

Show the leader lines

Declaration
public bool ShowLeaderLines { get; set; }
Property Value
Type Description
System.Boolean

ShowLegendKey

Declaration
public bool ShowLegendKey { get; set; }
Property Value
Type Description
System.Boolean

ShowPercent

Show percent values

Declaration
public bool ShowPercent { get; set; }
Property Value
Type Description
System.Boolean

ShowSeriesName

Show series names

Declaration
public bool ShowSeriesName { get; set; }
Property Value
Type Description
System.Boolean

ShowValue

Show the values

Declaration
public bool ShowValue { get; set; }
Property Value
Type Description
System.Boolean

Methods

GetPosEnum(String)

Declaration
protected eLabelPosition GetPosEnum(string pos)
Parameters
Type Name Description
System.String pos
Returns
Type Description
eLabelPosition

GetPosText(eLabelPosition)

Declaration
protected string GetPosText(eLabelPosition pos)
Parameters
Type Name Description
eLabelPosition pos
Returns
Type Description
System.String
Back to top Generated by DocFX