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
)
Public Sub DeleteEntry (
index As Integer
)
public:
void DeleteEntry(
int index
)
member DeleteEntry :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
The legend entry index must be between 0 and LegendCount - 1 + TrendLinesCount
See Also