Returns whether the Series needs to draw points in ascending/descending order.
public override Boolean DrawValuesForward()

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

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