IChartPlacedItem.Text

Syntax

Text: String;

Description

The Text property determines text for a label.

Example

This example assumes that there is the Caption object of the IChartCaption type.

Sub Text;
Var
    Caption : IChartCaption;
Begin
    Caption.Text := "Chart";
End Sub Text;

Executing the example changes the title text to the text specified in the example.

See also:

IChartPlacedItem