Class Index | File Index

Classes


Class Tee.CustomSeries-Pointer

Formatting properties to draw symbols at series data positions
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
Tee.CustomSeries-Pointer(chart, series)
Field Summary
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 Summary
Method Attributes Method Name and Description
 
draw(p, index, f, fill)
 
setChart(chart)
 
setSize(size)
Class Detail
<inner> Tee.CustomSeries-Pointer(chart, series)
Parameters:
chart
series
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:24:59 GMT+0200 (CEST)