Click or drag to resize

ChartLegend DeleteEntry Method

Delete legend entry by index

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void DeleteEntry(
	int index
)

Parameters

index
Type: System Int32
The legend entry index must be between 0 and LegendCount - 1 + TrendLinesCount
See Also