Click or drag to resize

XlsChartFill TwoColorGradient Method (GradientStyleType)

Sets the specified XlsFill to a two-color gradient.

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 TwoColorGradient(
	GradientStyleType style
)

Parameters

style
Type: Spire.Xls GradientStyleType
Represents shading shading style.

Implements

IShapeFill TwoColorGradient(GradientStyleType)
See Also