Class Index | File Index

Classes


Class Tee.Stroke

Color and properties to draw lines
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Stroke(chart)
Field Summary
Field Attributes Field Name and Description
 
Defines the color used to fill the stroke lines.
 
Controls how to paint unions between lines ("round", "Defines the size in pixels of the stroke lines.
 
Defines the size in pixels of the stroke lines.
Method Summary
Method Attributes Method Name and Description
 
prepare(fill)
 
setChart(chart)
Class Detail
Tee.Stroke(chart)
Parameters:
{Tee.Chart} chart
The parent chart this stroke object belongs to.
Field Detail
{Color} fill
Defines the color used to fill the stroke lines.

{String} join
Controls how to paint unions between lines ("round", "Defines the size in pixels of the stroke lines.

{Number} size
Defines the size in pixels of the stroke lines.
Method Detail
prepare(fill)
Parameters:
fill

setChart(chart)
Parameters:
chart

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 23 2012 10:56:29 GMT+0100 (CET)