Class Tee.Polar
Extends
Tee.CustomSeries.
Draws values as Polar / Radar charts.
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Polar(o, o2)
|
Field Attributes | Field Name and Description |
---|---|
Rotates polar points, from 0 to 360 degree.
|
- 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 |
---|---|
calc(index, p)
|
|
<inner> |
calcCenter(r, axis)
|
draw()
|
|
<inner> |
tryDrawAxis(axis, px, py)
|
- Methods borrowed from class Tee.CustomSeries:
- calcColorEach, clicked, drawPointers, getSize, horizMargins, initZ, 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, mousedown, mousemove, mouseout, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, titleText, toPercent, valueOrLabel, valueText
Field Detail
{Number}
rotation:0
Rotates polar points, from 0 to 360 degree.
Method Detail
beforeDraw()
calc(index, p)
- Parameters:
- index
- p
<inner>
calcCenter(r, axis)
- Parameters:
- r
- axis
draw()
maxYValue()
minYValue()
<inner>
tryDrawAxis(axis, px, py)
- Parameters:
- axis
- px
- py