Defines orientation of a graph chart (TRSGraphChart), e.g., the direction in which the links/nodes go.
Namespace: RSChartConsts
Delphi
|
type
TRSChartOrientation = (
coTopDown,
coBottomUp,
coLeftRight,
coRightLeft);
|
|
Name
|
Description
|
|
coBottomUp
|
Graph Values go from bottom to top of the chart panel
|
|
coLeftRight
|
Graph Values go from left to right of the chart panel
|
|
coRightLeft
|
Graph Values go from right to left of the chart panel
|
|
coTopDown
|
Graph Values go from top to bottom of the chart panel
|
Top
|