Class Index | File Index

Classes


Class Tee.PaletteSeries


Extends Tee.Series.
Calculates each point color using point values and the palette colors array.
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Fields borrowed from class Tee.Series:
chart, colorEach, cursor, data, format, horizAxis, marks, vertAxis, visible
Method Summary
Method Attributes Method Name and Description
 
getColor(value)
 
legendColor(index)
 
 
legendText(index)
 
Methods borrowed from class Tee.Series:
addRandom, associatedToAxis, bounds, calc, calcColorEach, calcStack, cellRect, clicked, count, dataText, doHover, doSort, drawMarks, getFill, getFillStyle, getRect, horizMargins, init, initZ, isNull, labelOrTitle, markPos, markText, maxXValue, maxYValue, minXValue, minYValue, mousedown, mousemove, mouseout, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, titleText, toPercent, valueOrLabel, valueText, vertMargins
Class Detail
Tee.PaletteSeries(o, o2)
Parameters:
o
o2
Method Detail
getColor(value)
Parameters:
value

{String} legendColor(index)
Parameters:
index
Returns:
{String} Returns the color of index'th legend symbol.

{Number} legendCount()
Returns:
{Number} Returns the number of items to show at legend.

{String} legendText(index)
Parameters:
index
Returns:
{String} Returns the palette value of index'th legend symbol.

prepareColors()

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