Previous Next


XAxis Property (RDKGraphDefaults Object)

Description

Returns the default settings object for the x-axis of the graph.

Syntax

object.XAxis

Arguments

None.

Return Value

(RDKAxisDefaults) – the axis object.

Example

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