Defines the direction the bars are displayed in a bar chart (TRSBarChart).
Namespace: RSChartConsts
Delphi
|
type
TBarOrientation = (
boHorizontal,
boVertical);
|
|
Name
|
Description
|
|
boHorizontal
|
Each bar is spaced equidistantly on the left axis and grow horizontally
|
|
boVertical
|
Each bar is spaced equidistantly on the bottom axis and grow vertically
|
Top
|