Click or drag to resize

IShadow CustomShadowStyles Method (XLSXChartPrespectiveType, Int32, Int32, Int32, Int32, Int32, Boolean)

Customs the perspective shadow styles.

Namespace: Spire.Xls.Core.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void CustomShadowStyles(
	XLSXChartPrespectiveType iPerspective,
	int iTransparency,
	int iSize,
	int iBlur,
	int iAngle,
	int iDistance,
	bool iCustomShadowStyle
)

Parameters

iPerspective
Type: Spire.Xls XLSXChartPrespectiveType
The Excel2007ChartPresetsPerspective enumeration.
iTransparency
Type: System Int32
Transparency of the Shadow accepts the values between(0-100).
iSize
Type: System Int32
Size of the Shadow accepts the values between(0-200).
iBlur
Type: System Int32
Blur level of the Shadow accepts the values between(0-100).
iAngle
Type: System Int32
Angle or Direction of the Shadow accepts the values between(0-359).
iDistance
Type: System Int32
Distance of the Shadow accepts the values between(0-200).
iCustomShadowStyle
Type: System Boolean
if set to true [i custom shadow style].
See Also