Back to Devexpress

TcxGridChartPartPosition Enum

vcl-cxgridchartview-7160be3c.md

latest1.4 KB
Original Source

TcxGridChartPartPosition Enum

Enumerates the available positions for the elements in a chart.

Declaration

delphi
TcxGridChartPartPosition = (
    cppDefault,
    cppNone,
    cppLeft,
    cppTop,
    cppRight,
    cppBottom
);

Members

Name
cppDefault
cppNone
cppLeft
cppTop
cppRight
cppBottom

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.

ValueMeaning
cppDefaultA chart element has the default (predefined) position within a chart which actually represents one of the other possible values.
cppNoneA chart element is not displayed within a chart.
cppLeftA chart element is displayed to the left of the diagram.
cppTopA chart element is displayed above the diagram.
cppRightA chart element is displayed to the right of the diagram.
cppBottomA chart element is displayed under the diagram.

Note

Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text in your application.

See Also

cxGridChartView Unit