Contents Previous Next


Title Property (BDKCurveDefaults Object)

Description

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

Syntax

object.Title

Arguments

None.

Return Value

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

Example

BDKApp.GraphDefaults.Curves(1).Title = "Curve #1"