Table of Contents

Class ExcelChartDataLabelStandard

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Settings for a charts data lables

public class ExcelChartDataLabelStandard : ExcelChartDataLabel
Inheritance
ExcelChartDataLabelStandard
Derived
Inherited Members

Properties

Position

Position of the labels Note: Only Center, InEnd and InBase are allowed for dataLabels on stacked columns

public override eLabelPosition Position { get; set; }

Property Value

eLabelPosition

Separator

Separator string

public override string Separator { get; set; }

Property Value

string

ShowBubbleSize

Show Bubble Size

public override bool ShowBubbleSize { get; set; }

Property Value

bool

ShowCategory

Show category names

public override bool ShowCategory { get; set; }

Property Value

bool

ShowLeaderLines

Show the leader lines

public override bool ShowLeaderLines { get; set; }

Property Value

bool

ShowLegendKey

Show the Lengend Key

public override bool ShowLegendKey { get; set; }

Property Value

bool

ShowPercent

Show percent values

public override bool ShowPercent { get; set; }

Property Value

bool

ShowSeriesName

Show series names

public override bool ShowSeriesName { get; set; }

Property Value

bool

ShowValue

Show the values

public override bool ShowValue { get; set; }

Property Value

bool