Click or drag to resize

XlsChartFill TwoColorGradient Method (GradientStyleType, GradientVariantsType)

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,
	GradientVariantsType variant
)

Parameters

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

Implements

IShapeFill TwoColorGradient(GradientStyleType, GradientVariantsType)
See Also