Interface IOfficeChartLegendEntry
Represents the functionalities for IOfficeChartLegendEntry.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public interface IOfficeChartLegendEntryProperties
IsDeleted
Gets or sets a value that indicates the removal of the legend entry.
Declaration
bool IsDeleted { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
IsFormatted
Gets or sets that indicates whether the legend entry is formatted of not.
Declaration
bool IsFormatted { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
TextArea
Gets IOfficeChartTextArea object that represents a text area of the single legend entry.Read-only.
Declaration
IOfficeChartTextArea TextArea { get; }Property Value
| Type | 
|---|
| IOfficeChartTextArea | 
Methods
Clear()
Clears current data point
Declaration
void Clear()Delete()
Deletes current legend entry.
Declaration
void Delete()