TiStripChart.YAxisTitle

TiStripChart See Also

Specifies the Y-Axis title display text.

property YAxisTitle : String;

Description

Use YAxisTitle to set the Y-Axis title display text. To not show the title, set this property to an empty string.

Example

Delphi

iComponent.YAxisTitle := 'xyz';

C++ Builder

iComponent->YAxisTitle = "xyz";

Contents | Index | Previous | Next