TiStripChart.XAxisTitle
TiStripChart See Also
Specifies the X-Axis title display text.
property XAxisTitle : String;
Description
Use XAxisTitle to set the X-Axis title display text. To not show the title,
set this property to an empty string.
Example
Delphi
iComponent.XAxisTitle := 'xyz';
C++ Builder
iComponent->XAxisTitle = "xyz";
Contents | Index | Previous | Next