Table of Contents

Class ExcelChartExDataLabel

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

Datalabel on chart level.

public class ExcelChartExDataLabel : ExcelChartDataLabel
Inheritance
ExcelChartExDataLabel
Derived
Inherited Members

Properties

Position

The datalabel position

public override eLabelPosition Position { get; set; }

Property Value

eLabelPosition

Separator

The separator between items in the datalabel

public override string Separator { get; set; }

Property Value

string

ShowBubbleSize

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override bool ShowBubbleSize { get; set; }

Property Value

bool

ShowCategory

Show category names in the datalabels

public override bool ShowCategory { get; set; }

Property Value

bool

ShowLeaderLines

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override bool ShowLeaderLines { get; set; }

Property Value

bool

ShowLegendKey

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override bool ShowLegendKey { get; set; }

Property Value

bool

ShowPercent

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override bool ShowPercent { get; set; }

Property Value

bool

ShowSeriesName

Show series names in the datalabels

public override bool ShowSeriesName { get; set; }

Property Value

bool

ShowValue

Show values in the datalabels

public override bool ShowValue { get; set; }

Property Value

bool