Table of Contents

Class ISupportBandFormatsExtensions

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

Methods

CreateBandFormat(ISupportBandFormats, uint)

This method facilitates the customization of both fill and border styles for specific areas within a surface chart, particularly those areas representing values within the same range.

public static IXLChartBandFormat CreateBandFormat(this ISupportBandFormats feature, uint dataIndex)

Parameters

feature ISupportBandFormats

The chart instance

dataIndex uint

The zero-based index of the chart area that we need to customize

Returns

IXLChartBandFormat

Returns the style object

GetBandFormats(ISupportBandFormats)

public static IEnumerable<KeyValuePair<uint, IXLChartBandFormat>> GetBandFormats(this ISupportBandFormats feature)

Parameters

feature ISupportBandFormats

Returns

IEnumerable<KeyValuePair<uint, IXLChartBandFormat>>

RemoveBandFormat(ISupportBandFormats, uint)

public static void RemoveBandFormat(this ISupportBandFormats feature, uint dataIndex)

Parameters

feature ISupportBandFormats
dataIndex uint