Previous Next


Title Property (RDKAxisDefaults Object)

Description

Sets or returns the title displayed on the axis. The RDK may add a scale factor label to your title, which you can disable by setting the ScaleFactorShowLabel property to FALSE.

Syntax

object.Title

Arguments

None.

Return Value

(String) – the axis title.

Example

RDKApp.GraphDefaults.XAxis.Title = "This is the x-axis"