Previous Next


BackgroundColor Property (RDKGraphDefaults Object)

Description

Sets or returns the background color of the graph. The graph color can be specified as automatic, in which case the RDK will determine the color based on its own set of defaults.

Syntax

object.BackgroundColor

Arguments

None.

Return Value

(RDKGraphColor) – one of the following values:

RDKColorAutomatic
RDKColorBlack
RDKColorBlue
RDKColorGreen
RDKColorCyan
RDKColorRed
RDKColorMagenta
RDKColorBrown
RDKColorLightGray
RDKColorDarkGray
RDKColorLightBlue
RDKColorLightGreen
RDKColorLightCyan
RDKColorLightRed
RDKColorLightMagenta
RDKColorYellow
RDKColorWhite

Example

RDKApp.GraphDefaults.BackgroundColor = RDKColorYellow