Class Index | File Index

Classes


Class Tee.CustomSeries


Extends Tee.Series.
Base abstract class for line, area, scatter plots
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Paints a visual representation at each point position.
 
Draws lines between points as diagonals (value 0) or smooth curves (value > 0 < 1).
 
Defines if multiple series are displayed one on top of each other.
Fields borrowed from class Tee.Series:
chart, colorEach, cursor, data, format, marks, visible
Method Summary
Method Attributes Method Name and Description
 
calc(index, p)
 
 
 
 
getSize(index)
 
 
 
Methods borrowed from class Tee.Series:
addRandom, associatedToAxis, bounds, calcStack, count, dataText, doSort, drawMarks, getFill, getFillStyle, init, markText, maxXValue, minXValue, minYValue, mousemove, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, toPercent, valueOrLabel, valueText
Class Detail
Tee.CustomSeries(o, o2)
Parameters:
o
o2
Field Detail
{Tee.CustomSeries-Pointer} pointer
Paints a visual representation at each point position.

{Number} smooth
Draws lines between points as diagonals (value 0) or smooth curves (value > 0 < 1).

{String} stacked
Defines if multiple series are displayed one on top of each other.
Method Detail
calc(index, p)
Parameters:
index
p

calcColorEach()

{Number} clicked(p)
Parameters:
p
Returns:
{Number} Returns the index of the series point that contains p Tee.Point parameter.

drawPointers()

getSize(index)
Parameters:
index

horizMargins(p)
Parameters:
p

maxYValue()

vertMargins(p)
Parameters:
p

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