Syncfusion.DocToPdfConverter.AspNet.Mvc5 by Syncfusion Inc.

<PackageReference Include="Syncfusion.DocToPdfConverter.AspNet.Mvc5" Version="21.1.38" />

.NET API 4,427,776 bytes

 IOfficeChartLegendEntry

public interface IOfficeChartLegendEntry
Represents the functionalities for IOfficeChartLegendEntry.
bool IsDeleted { get; set; }

Gets or sets a value that indicates the removal of the legend entry.

bool IsFormatted { get; set; }

Gets or sets that indicates whether the legend entry is formatted of not.

Gets IOfficeChartTextArea object that represents a text area of the single legend entry.Read-only.

void Clear()

Clears current data point

void Delete()

Deletes current legend entry.