Class Index | File Index

Classes


Class Tee.Margins

Values for each side (left, top, right and bottom) as percentage margins.
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Amount of bottom margin as percent of chart height.
 
Amount of left margin as percent of chart width.
 
Amount of right margin as percent of chart width.
 
top
Amount of top margin as percent of chart height.
Method Summary
Method Attributes Method Name and Description
 
apply(r)
Class Detail
Tee.Margins()
Field Detail
{Number} bottom
Amount of bottom margin as percent of chart height.
Default Value:
2

{Number} left
Amount of left margin as percent of chart width.
Default Value:
2

{Number} right
Amount of right margin as percent of chart width.
Default Value:
2

{Number} top
Amount of top margin as percent of chart height.
Default Value:
2
Method Detail
apply(r)
Parameters:
r

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 14 2012 11:28:59 GMT+0100 (CET)