Returns whether Series draws its points in ascending/descending order.
public abstract Boolean DrawValuesForward()

Return Value

True if values in this series are displayed forward, from 0 to Count-1.

Remarks


The DrawValuesForward function returns whether the Series needs to draw its points in ascending or descending order.
Some Series need to draw their points in descending order (starting from the last point to the first) depending on certain situations. For example, when the horizontal axis Inverted property is True.

See Also

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