Class Index | File Index

Classes


Class Tee.Chart.Axes

Contains four axis objects: left, top, right and bottom
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
 
 
 
top
 
Applies transparency to all axes in chart, from 0 to 1.
 
Draws or not all the chart axis objects.
Method Summary
Method Attributes Method Name and Description
 
add(horiz, other)
Creates and adds a new custom Axis
 
each(f)
Class Detail
Tee.Chart.Axes(chart)
Parameters:
{Tee.Chart} chart
The parent chart this axes object belongs to.
Field Detail
{Tee.Chart.Axis} bottom

{Tee.Chart.Axis} left

{Tee.Chart.Axis} right

{Tee.Chart.Axis} top

{Number} transparency
Applies transparency to all axes in chart, from 0 to 1.
Default Value:
0

{Boolean} visible
Draws or not all the chart axis objects.
Default Value:
true
Method Detail
add(horiz, other)
Creates and adds a new custom Axis
Parameters:
horiz
other

each(f)
Parameters:
f

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