Class Index | File Index

Classes


Class Tee.Shadow

Color and parameters to draw shadows behind areas
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Shadow(chart)
Field Summary
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 Summary
Method Attributes Method Name and Description
 
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:24:59 GMT+0200 (CEST)