TiStripChart.LegendMargin
TiStripChart See Also
Specifies the margin between the legend and the right side of the X-Axis.
property LegendMargin : Integer;
Description
Use LegendMargin to set the margin between the legend and the right side of
the X-Axis.
Example
Delphi
iComponent.LegendMargin := 10;
C++ Builder
iComponent->LegendMargin = 10;
Contents | Index | Previous | Next