Previous Next


Color Property (RDKCurveDefaults Object)

Description

Sets or returns the color of the curve. 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.Color

Arguments

None.

Return Value

(RDKGraphColor) – see the BackgroundColor property for a list of color constants.

Example

RDKApp.GraphDefaults.Curves(1).Color = RDKColorYellow