Class Tee.CustomSeries
Extends
Tee.Series.
Base abstract class for line, area, scatter plots
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.CustomSeries(o, o2)
|
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.
|
Method Attributes | Method Name and Description |
---|---|
calc(index, p)
|
|
clicked(p)
|
|
getSize(index)
|
|
horizMargins(p)
|
|
vertMargins(p)
|
- 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
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