Class Shadow
Color and parameters to draw shadows behind areas
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Shadow(chart)
|
Field Attributes | Field Name and Description |
---|---|
Amount of softness effect.
|
|
The color used to draw the shadow.
|
|
Amount in pixels to translate the shadow in vertical direction.
|
|
Determines if contents will be filled with a backdrop shadow or not.
|
|
Amount in pixels to translate the shadow in horizontal direction.
|
Class Detail
Shadow(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this shadow object belongs to.
Field Detail
{Number}
blur
Amount of softness effect.
{Color}
color
The color used to draw the shadow.
{Number}
height
Amount in pixels to translate the shadow in vertical direction.
{Boolean}
visible
Determines if contents will be filled with a backdrop shadow or not.
{Number}
width
Amount in pixels to translate the shadow in horizontal direction.