constructor __construct [line 49]
destructor __destruct [line 60]
method applyMargins [line 138]
method backImageClear [line 180]
Obsolete. Please Set Panel.<!-- -->Image=null.
Tags:
method draw [line 110]
Paints the Chart in your preferred Canvas and region.
Tags:
Parameters:
method getBackImageInside [line 328]
boolean getBackImageInside(
)
|
|
Obsolete. Please use Walls.<!-- -->Back.<!-- -->Image instead.
Tags:
method getBorderPen [line 78]
Obsolete. Please use the Pen method instead.
Tags:
method getMarginBottom [line 307]
double getMarginBottom(
)
|
|
Bottom margin expressed as percentage of Chart Drawing.
Each Chart.Panel class has four margin properties: LeftMargin, RightMargin, TopMargin, BottomMargin. These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Drawing Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins. Or they can be expressed in pixels by changing the MarginUnits from percentage (default) to pixels.
Default value: 8
Tags:
method getMarginLeft [line 222]
Left margin expressed as percentage of Chart Drawing.
Each Chart.Panel class has four margin parameters: LeftMargin, RightMargin, TopMargin, BottomMargin. These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Drawing Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins. Or they can be expressed in pixels by changing the MarginUnits from percentage (default) to pixels.
Default value: 12
Tags:
method getMarginRight [line 279]
Right margin expressed as percentage of Chart Drawing.
Each Chart.Panel class has four margin properties: LeftMargin, RightMargin, TopMargin, BottomMargin. These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Drawing Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins. Or they can be expressed in pixels by changing the MarginUnits from percentage (default) to pixels.
Default value: 12
Tags:
method getMarginTop [line 251]
Top margin expressed as percentage of Chart Drawing.
Each Chart.Panel class has four margin properties: LeftMargin, RightMargin, TopMargin, BottomMargin. These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Drawing Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins. Or they can be expressed in pixels by changing the MarginUnits from percentage (default) to pixels.
Default value: 8
Tags:
method getMarginUnits [line 192]
The units in which the Margins are expressed.
Either as a percentage of the pixel height and width of the Chart Drawing Canvas, or in pixels from the panel borders.
Default value: Percent
Tags:
method getVisible [line 87]
method setBackImageInside [line 337]
void setBackImageInside(
value
$value)
|
|
Obsolete. Please use Walls.<!-- -->Back.<!-- -->Image instead.
Tags:
Parameters:
method setMarginBottom [line 318]
void setMarginBottom(
value
$value)
|
|
Sets Bottom margin as percentage of Chart Drawing.
Default value: 8
Tags:
Parameters:
method setMarginLeft [line 233]
void setMarginLeft(
value
$value)
|
|
Sets Left margin as percentage of Chart Drawing.
Default value: 12
Tags:
Parameters:
method setMarginRight [line 290]
void setMarginRight(
value
$value)
|
|
Sets Right margin as percentage of Chart Drawing.
Default value: 12
Tags:
Parameters:
method setMarginTop [line 262]
void setMarginTop(
value
$value)
|
|
Sets Top margin as percentage of Chart Drawing.
Default value: 8
Tags:
Parameters:
method setMarginUnits [line 202]
void setMarginUnits(
value
$value)
|
|
Sets the units in which the Margins are expressed.
Default value: Percent
Tags:
Parameters:
method setTransparent [line 100]
method setVisible [line 96]
void setVisible(
value
$value)
|
|
Shows or hides the Panel.
Tags:
Overrides
TeeShape::setVisible() (Shows or hides the Shape.)
Parameters:
method __get [line 35]
method __set [line 42]
void __set(
$property,
$value)
|
|
Overrides
TeeShape::__set() (parent method not documented)
Parameters: