Class Tee.Line
Extends
Tee.CustomSeries.
Draws series data as a contiguous polyline between points
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Line(o, o2)
|
Field Attributes | Field Name and Description |
---|---|
Determines if lines between points are direct (diagonals) or as stairs (horizontal and vertical).
|
- Fields borrowed from class Tee.CustomSeries:
- pointer, smooth, stacked
- Fields borrowed from class Tee.Series:
- chart, colorEach, cursor, data, format, marks, visible
Method Attributes | Method Name and Description |
---|---|
doDrawLine(c)
|
|
draw()
|
- Methods borrowed from class Tee.CustomSeries:
- calc, calcColorEach, clicked, drawPointers, getSize, horizMargins, maxYValue, vertMargins
- 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
{Boolean}
stairs
Determines if lines between points are direct (diagonals) or as stairs (horizontal and vertical).
- Default Value:
- false
Method Detail
doDrawLine(c)
- Parameters:
- c
draw()