Class Tee.CustomSeries-Pointer
Formatting properties to draw symbols at series data positions
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
<inner> |
Tee.CustomSeries-Pointer(chart, series)
|
Field Attributes | Field Name and Description |
---|---|
Determines if pointers will be filled using a different color
for each point in series.
|
|
Visual properties to paint pointers.
|
|
The vertical size in pixels
|
|
The shape to draw at pointer positions
|
|
The horizontal size in pixels
|
Method Attributes | Method Name and Description |
---|---|
draw(p, index, f, fill)
|
|
setChart(chart)
|
|
setSize(size)
|
Field Detail
{Boolean}
colorEach
Determines if pointers will be filled using a different color
for each point in series.
- Default Value:
- false
{Tee.Format}
format
Visual properties to paint pointers.
{Number}
height
The vertical size in pixels
- Default Value:
- 12
{String}
style
The shape to draw at pointer positions
- Default Value:
- "rectangle"
{Number}
width
The horizontal size in pixels
- Default Value:
- 12
Method Detail
draw(p, index, f, fill)
- Parameters:
- p
- index
- f
- fill
setChart(chart)
- Parameters:
- chart
setSize(size)
- Parameters:
- size