Previous Next


MainTitle Property (RDKGraphDefaults Object)

Description

Sets or returns the main graph title. By default the main title is set to RDKAutoTitle, which will let the RDK generate a default graph title for you.

Syntax

object.MainTitle

Arguments

None.

Return Value

(String) – the main graph title, or the special string RDKAutoTitle.

Example

RDKApp.GraphDefaults.MainTitle = "Simulation Results"