Click or drag to resize

XlsChartFill PresetTextured Method

Sets the specified XlsFill format to a preset texture.

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 PresetTextured(
	GradientTextureType texture
)

Parameters

texture
Type: Spire.Xls GradientTextureType
Represents texture to set.

Implements

IShapeFill PresetTextured(GradientTextureType)
See Also