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, horizAxis, legendText, marks, vertAxis, visible
Method Summary
Method Attributes Method Name and Description
 
calc(index, p)
 
 
 
 
 
 
initZ(index, total)
 
 
Methods borrowed from class Tee.Series:
addRandom, associatedToAxis, bounds, calcStack, cellRect, count, dataText, doHover, doSort, drawMarks, getFill, getFillStyle, getRect, init, isNull, labelOrTitle, legendColor, legendCount, markPos, markText, maxXValue, minXValue, minYValue, mousedown, mousemove, mouseout, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, titleText, 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()

horizMargins(p)
Parameters:
p

initZ(index, total)
Parameters:
index
total

maxYValue()

vertMargins(p)
Parameters:
p

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