positionOrder property

int? positionOrder
getter/setter pair

The order to place the LayoutView within a chart margin.

The smaller number is closer to the draw area. Elements positioned closer to the draw area will be given extra layout space first, before those further away.

Note that all views positioned in the draw area are given the entire draw area bounds as their component bounds.

Implementation

int? positionOrder;