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