Class Tee.Chart.Wall
Properties to display a rectangle panel around chart axes
Defined in: <..\..\src\teechart.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Tee.Chart.Wall(chart)
|
| Field Attributes | Field Name and Description |
|---|---|
|
Defines visual properties to paint this wall.
|
|
|
Determines if this wall will be displayed or not.
|
| Method Attributes | Method Name and Description |
|---|---|
|
draw()
|
Class Detail
Tee.Chart.Wall(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this wall object belongs to.
Field Detail
{Tee.Format}
format
Defines visual properties to paint this wall.
{Boolean}
visible
Determines if this wall will be displayed or not.
- Default Value:
- true
Method Detail
draw()