<< Click to display table of contents >> TRVReportBarVisualizer.BarDirection |
A direction for bars
type
TRVReportBarDirection = (rvrbdRight, rvrbdLeft, rvrbdUp, rvrbdDown);
property BarDirection: TRVReportBarDirection;
Value |
Meaning |
rvrbdRight |
from left to right |
rvrbdLeft |
from right to left |
rvrbdUp |
from bottom to top |
rvrbdDown |
from top to bottom |
This direction is used to display bars for positive values. Bars for negative values may be directed in the opposite side, see AxisPosition.
Default value
rvrbdRight