ChartShadow
CustomShadowStyles Method (XLSXChartShadowInnerType, Int32, Int32, Int32, Int32, Boolean)
|
Customs the inner 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(
XLSXChartShadowInnerType iInner,
int iTransparency,
int iBlur,
int iAngle,
int iDistance,
bool iCustomShadowStyle
)
Public Sub CustomShadowStyles (
iInner As XLSXChartShadowInnerType,
iTransparency As Integer,
iBlur As Integer,
iAngle As Integer,
iDistance As Integer,
iCustomShadowStyle As Boolean
)
public:
virtual void CustomShadowStyles(
XLSXChartShadowInnerType iInner,
int iTransparency,
int iBlur,
int iAngle,
int iDistance,
bool iCustomShadowStyle
) sealed
abstract CustomShadowStyles :
iInner : XLSXChartShadowInnerType *
iTransparency : int *
iBlur : int *
iAngle : int *
iDistance : int *
iCustomShadowStyle : bool -> unit
override CustomShadowStyles :
iInner : XLSXChartShadowInnerType *
iTransparency : int *
iBlur : int *
iAngle : int *
iDistance : int *
iCustomShadowStyle : bool -> unit
Parameters
-
iInner
-
Type:
Spire.Xls
XLSXChartShadowInnerType
The Excel2007ChartPresetsInner enumeration.
-
iTransparency
-
Type:
System
Int32
Transparency of the Shadow accepts the values between(0-100).
-
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(XLSXChartShadowInnerType, Int32, Int32, Int32, Int32, Boolean)
See Also