Click or drag to resize

ChartData Clear Method

clear data.

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Clear(
	int row,
	int column,
	int lastRow,
	int lastColumn
)

Parameters

row
Type: System Int32
column
Type: System Int32
lastRow
Type: System Int32
lastColumn
Type: System Int32

Return Value

Type:
See Also