Class Tee.SeriesMarks
Extends
Tee.Annotation.
Formatting properties to display annotations near series data points
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.SeriesMarks(series, chart)
|
- Fields borrowed from class Tee.Annotation:
- format, margins, position, transparent, visible
- Fields borrowed from class Tee.Tool:
- active
Method Attributes | Method Name and Description |
---|---|
drawMark(x, y, index, inverted)
|
|
drawPolar(center, radius, angle, index)
|
|
setChart(chart)
|
- Methods borrowed from class Tee.Annotation:
- clicked, doDraw, draw, forceDraw, mousemove, resize
- Methods borrowed from class Tee.Tool:
- mousedown
Class Detail
Tee.SeriesMarks(series, chart)
- Parameters:
- {Tee.Series} series
- The parent series this marks object belongs to.
- {Tee.Chart} chart
- The parent chart this marks object belongs to.
Method Detail
drawMark(x, y, index, inverted)
- Parameters:
- x
- y
- index
- inverted
drawPolar(center, radius, angle, index)
- Parameters:
- center
- radius
- angle
- index
setChart(chart)
- Parameters:
- chart