Table of Contents

Interface IXLSeriesDataLabels

Namespace
SlapKit.Excel.Excel.Charts.ExtendedSeriesFeatures
Assembly
SlapKit.Excel.dll
public interface IXLSeriesDataLabels
Extension Methods

Properties

Border

IXLDrawingLine Border { get; set; }

Property Value

IXLDrawingLine

Fill

IXLDrawingFill Fill { get; set; }

Property Value

IXLDrawingFill

NumberingFormat

IXLChartNumberingFormat NumberingFormat { get; set; }

Property Value

IXLChartNumberingFormat

Position

XLSeriesDataLabelPosition? Position { get; set; }

Property Value

XLSeriesDataLabelPosition?

Separator

string Separator { get; set; }

Property Value

string

ShowCategoryName

bool ShowCategoryName { get; set; }

Property Value

bool

ShowSeriesName

bool ShowSeriesName { get; set; }

Property Value

bool

ShowValue

bool ShowValue { get; set; }

Property Value

bool