TiStripChart.TitleMargin
TiStripChart See Also
Specifies the margin between the title and the top of the Y-Axis.
property TitleMargin : Integer;
Description
Use TitleMargin to set the margin between the title and the top of the Y-Axis.
Example
Delphi
iComponent.TitleMargin := 5;
C++ Builder
iComponent->TitleMargin = 5;
Contents | Index | Previous | Next