TcxGridChartPartPosition Enum
In This Article
Enumerates the available positions for the elements in a chart.
#Declaration
Delphi
TcxGridChartPartPosition = (
cppDefault,
cppNone,
cppLeft,
cppTop,
cppRight,
cppBottom
);
#Members
Name |
---|
cpp
|
cpp
|
cpp
|
cpp
|
cpp
|
cpp
|
#Remarks
There are several possible positioning options for chart elements (for instance, a chart title, chart axis titles and a chart legend) whose positions are determined relative to the diagram’s area.
All the possible values are listed in the following table.
Value | Meaning |
---|---|
cpp |
A chart element has the default (predefined) position within a chart which actually represents one of the other possible values. |
cpp |
A chart element is not displayed within a chart. |
cpp |
A chart element is displayed to the left of the diagram. |
cpp |
A chart element is displayed above the diagram. |
cpp |
A chart element is displayed to the right of the diagram. |
cpp |
A chart element is displayed under the diagram. |
Note
Use the dx
See Also