Contents Previous Next


MainTitle Property (BDKGraphDefaults Object)

Description

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

Syntax

object.MainTitle

Arguments

None.

Return Value

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

Example

BDKApp.GraphDefaults.MainTitle = "Simulation Results"