TiStripChart.SetGridLinesOnTop

TiStripChart

Used to set the grid lines on top.

procedure SetGridLinesOnTop(Value : Boolean);

Description

Use SetGridLinesOnTop to set the grid lines on top of the channel data. When the value is TRUE, the grid lines will be drawn on top of chart data ponts and lines. When the value is FALSE, the grid lines will be drawn behind the chart data points and lines.

Example

Delphi

iComponent.SetGridLinesOnTop(True);

C++ Builder

iComponent->SetGridLinesOnTop(TRUE);

Contents | Index | Previous | Next