Contents Previous Next


Title Property (BDKAxisDefaults Object)

Description

Sets or returns the title displayed on the axis. The BDK 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

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