Constructor
new Shadow(chart)
Parameters:
Name | Type | Description |
---|---|---|
chart |
Tee.Chart | The parent chart this shadow object belongs to. |
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
visible |
Boolean |
<optional> |
false | Determines if contents will be filled with a backdrop shadow or not. |
blur |
Number |
<optional> |
4 | Amount of softness effect. |
color |
Color |
<optional> |
"DimGray" | The color used to draw the shadow. |
width |
Number |
<optional> |
4 | Amount in pixels to translate the shadow in horizontal direction. |
height |
Number |
<optional> |
4 | Amount in pixels to translate the shadow in vertical direction. |
- Source: