Contents  All Classes  Index A-Z  All Units


TFastLineSeries.Stairs
TFastLineSeries

property Stairs: Boolean;

Unit
Series

Description
This boolean property controls the drawing of FastLine series.

In most normal situations, a series draws a line between each Line point.
This makes the Line appear as a "mountain" shape.
However, setting Stairs to TRUE will make the Series to draw 2 Lines between each pair of points, thus giving a "stairs" appearance.
This is most used in some financial Chart representations.

When Stairs is set to True you may set
InvertedStairs to True to alter the direction of the step.


Series1.Stairs := True ;
Series1.InvertedStairs := False;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.