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, horizAxis, legendText, marks, vertAxis, visible
Method Attributes | Method Name and Description |
---|---|
doDrawLine(c)
|
|
draw()
|
- Methods borrowed from class Tee.CustomSeries:
- calc, calcColorEach, clicked, drawPointers, getSize, horizMargins, initZ, maxYValue, vertMargins
- 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
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()