Class Margins
Values for each side (left, top, right and bottom) as percentage margins
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Margins()
|
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.
|
Field Detail
{Number}
bottom
Amount of bottom margin as percent of chart height.
{Number}
left
Amount of left margin as percent of chart width.
{Number}
right
Amount of right margin as percent of chart width.
{Number}
top
Amount of top margin as percent of chart height.