Click or drag to resize

XlsChartFill CustomPicture Method (String)

Sets user defined picture.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override void CustomPicture(
	string path
)

Parameters

path
Type: System String
Path to image.

Implements

IShapeFill CustomPicture(String)
See Also