Interface IXLSeriesDataLabels
public interface IXLSeriesDataLabels
- Extension Methods
-
Properties
Border
IXLDrawingLine Border { get; set; }
Property Value
- IXLDrawingLine
Fill
IXLDrawingFill Fill { get; set; }
Property Value
- IXLDrawingFill
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