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