Class Tee.Chart.Walls
Contains left, right, bottom and back wall objects
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Chart.Walls(chart)
|
Field Attributes | Field Name and Description |
---|---|
Visual properties to paint the back wall.
|
|
Determines if walls will be displayed or not.
|
Method Attributes | Method Name and Description |
---|---|
draw()
|
Class Detail
Tee.Chart.Walls(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this walls object belongs to.
Field Detail
{Tee.Chart.Wall}
back
Visual properties to paint the back wall.
{Boolean}
visible
Determines if walls will be displayed or not.
- Default Value:
- true
Method Detail
draw()