Kaspersky Security Center Automation
10.0
|
List of diagram creation attributes
"KLDSH_OPT_FILENAME" | String | Output file name for the png image. | This attribute is required. |
"KLDSH_OPT_WIDTH" | Integer | Draw numeric values in the legend | This attribute is required. |
"KLDSH_OPT_HEIGHT" | Integer | Draw numeric values in the legend | This attribute is required. |
"KLDSH_OPT_DRAW_VALS_IN_LEGEND" | Boolean | Draw numeric values in the legend | This attribute is optional, default value is true. |
"KLDSH_OPT_STYLES" | Integer |
Diagram styles. Following flags joined with OR may be used.
|
This attribute is optional. |
"KLDSH_OPT_STYLES_MASK" | Integer | Diagram styles mask. See "KLDSH_OPT_STYLES". | This attribute is optional. |
"KLDSH_OPT_COLORS" | KlAkCollection | Diagram counters colors. Each collection entry is an integer that describes color. Lowest byte (byte 0) is red channel, byte 1 is green, byte 2 is blue channel and highest byte (byte 3) must be zero. | This attribute is optional. |
"KLDSH_OPT_FONTNAME" | String | Name of the font. | This attribute is optional. |
"KLDSH_OPT_FONTSIZE" | Integer | Size of the font in pixels. | This attribute is optional. |
"KLDSH_OPT_FONTNAME_BOLD" | String | Name of the bold font. | This attribute is optional. |
"KLDSH_OPT_FONTSIZE_BOLD" | Integer | Size of the bold font in pixels. | This attribute is optional. |
"KLDSH_OPT_COLOR_BKG" | Integer | Background color. | This attribute is optional. Default value is 0x00FFFFFF (white color). |