Interface IXLChartLegend
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
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; }