Click or drag to resize

IChartLegendEntries Interface

Defines the contract for managing chart legend entries, allowing for the addition, removal, and retrieval of legend items in a chart.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IChartLegendEntries

The IChartLegendEntries type exposes the following members.

Properties
Name Description
Public property Count
Represents count of legend entries in collection. Read only.
Public property Item
Gets legend entry object by index. Read only.
Top
See Also