Description
Sets or returns the background color of the graph. The graph color can be specified as automatic, in which case the BDK will determine the color based on its own set of defaults.
Syntax
object.BackgroundColor
Arguments
None.
Return Value
(BDKGraphColor) – one of the following values:
| BDKColorAutomatic |
| BDKColorBlack |
| BDKColorBlue |
| BDKColorGreen |
| BDKColorCyan |
| BDKColorRed |
| BDKColorMagenta |
| BDKColorBrown |
| BDKColorLightGray |
| BDKColorDarkGray |
| BDKColorLightBlue |
| BDKColorLightGreen |
| BDKColorLightCyan |
| BDKColorLightRed |
| BDKColorLightMagenta |
| BDKColorYellow |
| BDKColorWhite |
Example
BDKApp.GraphDefaults.BackgroundColor = BDKColorYellow