ChartShadow
CustomShadowStyles Method (XLSXChartShadowOuterType, Int32, Int32, Int32, Int32, Int32, Boolean)
 | 
Customs the outer shadow styles.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public void CustomShadowStyles(
	XLSXChartShadowOuterType iOuter,
	int iTransparency,
	int iSize,
	int iBlur,
	int iAngle,
	int iDistance,
	bool iCustomShadowStyle
)
 
Public Sub CustomShadowStyles ( 
	iOuter As XLSXChartShadowOuterType,
	iTransparency As Integer,
	iSize As Integer,
	iBlur As Integer,
	iAngle As Integer,
	iDistance As Integer,
	iCustomShadowStyle As Boolean
)
 
public:
virtual void CustomShadowStyles(
	XLSXChartShadowOuterType iOuter, 
	int iTransparency, 
	int iSize, 
	int iBlur, 
	int iAngle, 
	int iDistance, 
	bool iCustomShadowStyle
) sealed
 
abstract CustomShadowStyles : 
iOuter : XLSXChartShadowOuterType * 
iTransparency : int * 
iSize : int * 
iBlur : int * 
iAngle : int * 
iDistance : int * 
iCustomShadowStyle : bool -> unit 
override CustomShadowStyles : 
iOuter : XLSXChartShadowOuterType * 
iTransparency : int * 
iSize : int * 
iBlur : int * 
iAngle : int * 
iDistance : int * 
iCustomShadowStyle : bool -> unit 
 
 
 
Parameters
- 
iOuter
 
- 
Type:
Spire.Xls
XLSXChartShadowOuterType
The Excel2007ChartPresetsOuter 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
[custom shadow style].
 
Implements
IShadow
CustomShadowStyles(XLSXChartShadowOuterType, Int32, Int32, Int32, Int32, Int32, Boolean)
 
See Also