Table of Contents

Interface IXLChartBandFormat

Namespace
SlapKit.Excel.Excel.Charts.ChartShapeFeatures
Assembly
SlapKit.Excel.dll
public interface IXLChartBandFormat
Extension Methods

Properties

Border

Gets or sets the color and style of the border lines around the chart bands, adding clarity and aesthetic appeal to the chart's segmented areas.

IXLDrawingLine Border { get; set; }

Property Value

IXLDrawingLine

Fill

Gets or sets the fill color for the chart bands, enabling you to distinguish different value ranges visually.

IXLDrawingFill Fill { get; set; }

Property Value

IXLDrawingFill