Description
Sets or returns the curve title. By default the curve title is set to RDKAutoTitle, which will let the RDK generate a default curve title for you. The curve title is shown in the legend of a graph.
Syntax
object.Title
Arguments
None.
Return Value
(String) – the curve title, or the special string RDKAutoTitle.
Example
RDKApp.GraphDefaults.Curves(1).Title = "Curve #1"