Class Tee.Chart.Panel
Defines the visual properties for chart background
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Chart.Panel(chart)
|
Field Attributes | Field Name and Description |
---|---|
Visual properties to paint the chart panel background.
|
|
Controls the spacing between background panel to chart contents.
|
|
Determines if panel background will be filled or not.
|
Method Attributes | Method Name and Description |
---|---|
clear()
|
|
draw()
|
Class Detail
Tee.Chart.Panel(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this panel object belongs to.
Field Detail
{Tee.Format}
format
Visual properties to paint the chart panel background.
{Tee.Margins}
margins
Controls the spacing between background panel to chart contents.
{Boolean}
transparent
Determines if panel background will be filled or not.
Method Detail
clear()
draw()