TiStripChart.SetLimitLinesOnTop
TiStripChart
Used to set the limit lines on top.
procedure SetLimitLinesOnTop(Value : Boolean)
Description
Use SetLimitLinesOnTop to set the grid lines on top of the channel data. When
the value is TRUE, the limit lines will be drawn on top of chart data ponts
and lines. When the value is FALSE, the limit lines will be drawn behind the
chart data points and lines.
Example
Delphi
iComponent.SetLimitLinesOnTop True;
C++ Builder
iComponent->SetLimitLinesOnTop (TRUE);
Contents | Index | Previous | Next