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