Class: Marks

.Series. Marks

Formatting properties to display annotations near series data points

new Marks

Parameters:
Name Type Description
series Tee.Series The parent series this marks object belongs to.
chart Tee.Chart The parent chart this marks object belongs to.
Properties:
Name Type Description
arrow Tee.Format Displays a line from mark to corresponding series point.
[arrow.length=10] Number Distance in pixels from mark to corresponding series point.
[arrow.underline=false] Boolean Draws a line under mark text.
[style="auto"] String Determines the text to display inside mark.
visible Boolean Defines if series marks are to be displayed or not.
[drawEvery=1] Number Controls how many marks to skip in between. (Useful for large series).
Source:
  • ../../src/teechart.js, line 4129

Extends

Members

position

Properties:
Name Type Description
position Tee.Point Top-left coordinates of annotation rectangle. `* @default x:10, y:10
Source:
  • ../../src/teechart.js, line 1217

Methods

clicked

Source:
  • ../../src/teechart.js, line 1367
Returns:
Returns if Tee.Point p is inside this Annotation bounds.
Type
Boolean