ChartDirector Ver 3.1 (PHP Edition Edition)
BaseChart.setDefaultFonts
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
normal | (Mandatory) | The default normal font. This is the same as the first font in the font table. |
bold | "" | The default bold font. This is the same as the second font in the font table. An empty string means the default is unchanged. |
italic | "" | The default italic font. This is the same as the third font in the font table. An empty string means the default is unchanged. |
boldItalic | "" | The default bold-italic font. This is the same as the fourth font in the font table. An empty string means the default is unchanged. |
Return Value
|
Arguments
Argument | Default | Description |
---|---|---|
name | (Mandatory) | The name of the session variable used to store the chart image. If there are multiple chart images in the same web page, each image must use a different name. |
imageFormat | PNG | A constant representing the format of the image. Must be one of the pre-defined constants PNG, JPG, GIF, BMP or WMP. |
Return Value