Class Tee.Gantt
Extends
Tee.Series.
Draws series data as Gantt horizontal bars with start and end datetime values.
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Gantt(o, o2)
|
Field Attributes | Field Name and Description |
---|---|
Percent of gantt bar height.
|
- Fields borrowed from class Tee.Series:
- chart, colorEach, cursor, data, format, horizAxis, legendText, marks, vertAxis, visible
Method Attributes | Method Name and Description |
---|---|
add(pos, label, start, end)
|
|
addRandom(count)
|
|
bounds(index, r)
|
|
clicked(p)
|
|
draw()
|
|
horizMargins(p)
|
|
- Methods borrowed from class Tee.Series:
- associatedToAxis, calc, calcColorEach, calcStack, cellRect, count, dataText, doHover, doSort, drawMarks, getFill, getFillStyle, getRect, init, initZ, isNull, labelOrTitle, legendColor, legendCount, markPos, markText, mousedown, mousemove, mouseout, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, titleText, toPercent, valueOrLabel, valueText, vertMargins
Field Detail
{Number}
height
Percent of gantt bar height. From 0 to 100.
- Default Value:
- 70
Method Detail
add(pos, label, start, end)
- Parameters:
- pos
- label
- start
- end
addRandom(count)
- Parameters:
- count
bounds(index, r)
- Parameters:
- index
- r
clicked(p)
- Parameters:
- p
draw()
horizMargins(p)
- Parameters:
- p
maxXValue()
maxYValue()
minXValue()
minYValue()