Class Tee.Donut
Extends
Tee.Pie.
Draws series data as slices of a circle, with a center hole
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Donut(o, o2)
|
Field Attributes | Field Name and Description |
---|---|
Percent of hole size relative to pie radius.
|
- Fields borrowed from class Tee.Pie:
- explode, rotation
- Fields borrowed from class Tee.Series:
- chart, colorEach, cursor, data, format, horizAxis, legendText, marks, vertAxis, visible
- Methods borrowed from class Tee.Pie:
- calcCenter, clicked, draw, drawMarks, fill, getCenter, getValue, slice, slices
- Methods borrowed from class Tee.Series:
- addRandom, associatedToAxis, bounds, calc, calcColorEach, calcStack, cellRect, count, dataText, doHover, doSort, getFill, getFillStyle, getRect, horizMargins, init, initZ, isNull, labelOrTitle, legendColor, legendCount, markPos, markText, maxXValue, maxYValue, minXValue, minYValue, mousedown, mousemove, mouseout, pointOrigin, recalcAxes, refresh, setChart, stackMaxValue, titleText, toPercent, valueOrLabel, valueText, vertMargins
Field Detail
{Number}
donut
Percent of hole size relative to pie radius. From 0 to 100.
- Default Value:
- 50