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