Interface IXLChart
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
Name
string Name { get; set; }
Property Value
Title
IXLChartTitle Title { get; set; }
Property Value
Methods
Delete()
void Delete()