ChartShadow
CustomShadowStyles Method (XLSXChartPrespectiveType, Int32, Int32, Int32, Int32, Int32, Boolean)
 | 
Customs the perspective 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(
	XLSXChartPrespectiveType iPerspective,
	int iTransparency,
	int iSize,
	int iBlur,
	int iAngle,
	int iDistance,
	bool iCustomShadowStyle
)
 
Public Sub CustomShadowStyles ( 
	iPerspective As XLSXChartPrespectiveType,
	iTransparency As Integer,
	iSize As Integer,
	iBlur As Integer,
	iAngle As Integer,
	iDistance As Integer,
	iCustomShadowStyle As Boolean
)
 
public:
virtual void CustomShadowStyles(
	XLSXChartPrespectiveType iPerspective, 
	int iTransparency, 
	int iSize, 
	int iBlur, 
	int iAngle, 
	int iDistance, 
	bool iCustomShadowStyle
) sealed
 
abstract CustomShadowStyles : 
iPerspective : XLSXChartPrespectiveType * 
iTransparency : int * 
iSize : int * 
iBlur : int * 
iAngle : int * 
iDistance : int * 
iCustomShadowStyle : bool -> unit 
override CustomShadowStyles : 
iPerspective : XLSXChartPrespectiveType * 
iTransparency : int * 
iSize : int * 
iBlur : int * 
iAngle : int * 
iDistance : int * 
iCustomShadowStyle : bool -> unit 
 
 
 
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].
 
Implements
IShadow
CustomShadowStyles(XLSXChartPrespectiveType, Int32, Int32, Int32, Int32, Int32, Boolean)
 
See Also