[C#] | public void setDropShadow([ int color [, int offsetX [, int offsetY [, int blurRadius ]]]]); |
[VB] | Public Sub setDropShadow([ color As Integer [, offsetX As Integer [, offsetY As Integer [, blurRadius As Integer ]]]]) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setDropShadow([ int color [, int offsetX [, int offsetY [, int blurRadius ]]]]); |
[VB] | Public Sub setDropShadow([ color As Integer [, offsetX As Integer [, offsetY As Integer [, blurRadius As Integer ]]]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | AAAAAA | The color of the drop shadow. |
offsetX | 5 | The x offset of the drop shadow. |
offsetY | 7fffffff | The y offset of the drop shadow. 7fffffff means it is the same as the x offset. |
blurRadius | 5 | The blur radius of the drop shadow. |
Return Value