Click or drag to resize

Workbook SaveChartAsImage Method (Worksheet, Int32)

Save chart to image.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Image SaveChartAsImage(
	Worksheet worksheet,
	int chartIndex
)

Parameters

worksheet
Type: Spire.Xls Worksheet
work sheet
chartIndex
Type: System Int32
chart index

Return Value

Type: Image
See Also