Table of Contents

Interface IXLChartLegend

Namespace
SlapKit.Excel.Excel.Charts
Assembly
SlapKit.Excel.dll

Provides options for customizing the chart legend.

public interface IXLChartLegend
Extension Methods

Properties

LegendPosition

Gets or sets the position of the chart legend according to the plot area.

XLChartLegendPosition LegendPosition { get; set; }

Property Value

XLChartLegendPosition

Overlay

Gets or sets whether the legend should overlap the chart plot area. Enabling this option can be useful in case of space constraints.

bool Overlay { get; set; }

Property Value

bool