TRVReportShapeRepeaterVisualizer.Direction

<< Click to display table of contents >>

TRVReportShapeRepeaterVisualizer.Direction

A direction in which shapes are displayed

type
  TRVReportBarDirection = (rvrbdRight, rvrbdLeft, rvrbdUp, rvrbdDown);
property Direction: TRVReportBarDirection;

Shapes are displayed in rows and columns. Full shapes are added according to Direction.

Value

Meaning

Example

rvrbdRight

From left to right, then from top to bottom

RepVis_Right

rvrbdLeft

From right to left, then from bottom to top

RepVis_Left

rvrbdUp

From bottom to top, then from right to left

RepVis_Up

rvrbdDown

From top to bottom, then from left to right

RepVis_Down

Default values

rvrbdRight