Class Tee.Margins
Values for each side (left, top, right and bottom) as percentage margins.
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Amount of bottom margin as percent of chart height.
|
|
Amount of left margin as percent of chart width.
|
|
Amount of right margin as percent of chart width.
|
|
Amount of top margin as percent of chart height.
|
Method Attributes | Method Name and Description |
---|---|
apply(r)
|
Field Detail
{Number}
bottom
Amount of bottom margin as percent of chart height.
- Default Value:
- 2
{Number}
left
Amount of left margin as percent of chart width.
- Default Value:
- 2
{Number}
right
Amount of right margin as percent of chart width.
- Default Value:
- 2
{Number}
top
Amount of top margin as percent of chart height.
- Default Value:
- 2
Method Detail
apply(r)
- Parameters:
- r