Table of Contents

Class ISupportSeriesDataLabelsExtensions

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public static class ISupportSeriesDataLabelsExtensions
Inheritance
ISupportSeriesDataLabelsExtensions
Inherited Members

Methods

GetPointDataLabels(ISupportSeriesPointDataLabels)

public static IEnumerable<KeyValuePair<uint, IXLSeriesDataLabels>> GetPointDataLabels(this ISupportSeriesPointDataLabels feature)

Parameters

feature ISupportSeriesPointDataLabels

Returns

IEnumerable<KeyValuePair<uint, IXLSeriesDataLabels>>

RemoveDataLabels<T>(ISupportSeriesDataLabels<T>)

public static T RemoveDataLabels<T>(this ISupportSeriesDataLabels<T> feature) where T : IXLChartSeries

Parameters

feature ISupportSeriesDataLabels<T>

Returns

T

Type Parameters

T

RemovePointDataLabels<T>(ISupportSeriesPointDataLabels<T>, uint)

public static T RemovePointDataLabels<T>(this ISupportSeriesPointDataLabels<T> feature, uint dataIndex) where T : IXLChartSeries

Parameters

feature ISupportSeriesPointDataLabels<T>
dataIndex uint

Returns

T

Type Parameters

T

SetDataLabels<T>(ISupportSeriesDataLabels<T>, Action<IXLSeriesDataLabels>)

public static T SetDataLabels<T>(this ISupportSeriesDataLabels<T> feature, Action<IXLSeriesDataLabels> setter) where T : IXLChartSeries

Parameters

feature ISupportSeriesDataLabels<T>
setter Action<IXLSeriesDataLabels>

Returns

T

Type Parameters

T

SetPointDataLabels<T>(ISupportSeriesPointDataLabels<T>, uint, Action<IXLSeriesDataLabels>)

public static T SetPointDataLabels<T>(this ISupportSeriesPointDataLabels<T> feature, uint dataIndex, Action<IXLSeriesDataLabels> setter) where T : IXLChartSeries

Parameters

feature ISupportSeriesPointDataLabels<T>
dataIndex uint
setter Action<IXLSeriesDataLabels>

Returns

T

Type Parameters

T