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
Public Interface IChartLegendEntries
public interface class IChartLegendEntries
type IChartLegendEntries =interface end
The
IChartLegendEntries
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Represents count of legend entries in collection. Read only.
|
|
Item
|
Gets legend entry object by index. Read only.
|
Top
See Also