TiStripChart.YAxisLabelMargin

TiStripChart See Also

Specifies the margin between the Y-Axis labels and the YAxisTicksMajor.

property YAxisLabelMargin : Integer;

Description

Use YAxisLabelMargin to set the margin between the Y-Axis labels and the YAxisTicksMajor.

Example

Delphi

iComponent.YAxisLabelMargin := 5;

C++ Builder

iComponent->YAxisLabelMargin = 5;

Contents | Index | Previous | Next