Table of Contents

Interface IXLChart

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

Represents the base type of all charts.

public interface IXLChart : IXLDrawingAnchor
Inherited Members
Extension Methods

Properties

Legend

Gets an instance of IXLChartLegend. This type provides options for customizing the chart legend.

IXLChartLegend Legend { get; set; }

Property Value

IXLChartLegend

Name

string Name { get; set; }

Property Value

string

Title

IXLChartTitle Title { get; set; }

Property Value

IXLChartTitle

Methods

Delete()

void Delete()