Changes the direction of the step, when true.
public Boolean InvertedStairs {get; set;}

Remarks


This boolean property controls the Line series or Area series drawing.

When Stairs is set to true you may set InvertedStairs to true to alter the direction of the step. - see Stairs.

In most normal situations, the 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 draw 2 Lines between each pair of points, thus giving a "stairs" appearance. This is most used in some financial Chart representations. You may invert the stair by setting InvertedStairs to true.

See Also

Custom Class | Custom Members | Steema.TeeChart.Styles Namespace