SortOnXField Property (FlexColumnSeries)

Action

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

By default, the ColumnSeries renders columns in the order they appear in the data provider.

If you use the xField property to determine the position of each column, columns can appear in a different order on the screen. Columns can be rendered in any order. However, some custom columns might rely on the columns being rendered from left to right.

The default value is false.

Syntax

'Declaration
Protected Read Property sortOnXField As Boolean

Access

Read only.