SortOnXField Property (FlexColumnSeries)

Class

FlexColumnSeries class

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.

Data Type

BOOLEAN

Access

Read only