SortOnXField Property (FlexLineSeries)

Action

Gets whether the line datapoints are sorted from left to right before rendering.

By default, the LineSeries renders points from left to right. Set this property to false to render the items in the order they appear in the data provider.

The default value is true.

Syntax

'Declaration
Protected Read Property sortOnXField As Boolean

Access

Read only.