Show / Hide Table of Contents

Class ExcelChartSerieDataLabel

Datalabel properties

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartSerieDataLabel
Inherited Members
ExcelChartDataLabel.Separator
ExcelChartDataLabel.ShowBubbleSize
ExcelChartDataLabel.ShowCategory
ExcelChartDataLabel.ShowLeaderLines
ExcelChartDataLabel.ShowLegendKey
ExcelChartDataLabel.ShowPercent
ExcelChartDataLabel.ShowSeriesName
ExcelChartDataLabel.ShowValue
ExcelChartDataLabel.GetPosEnum(String)
ExcelChartDataLabel.GetPosText(eLabelPosition)
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 sealed class ExcelChartSerieDataLabel : ExcelChartDataLabel

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

Position

Position of the labels

Declaration
public eLabelPosition Position { get; set; }
Property Value
Type Description
eLabelPosition
Back to top Generated by DocFX