Skip to main content

TcxGridChartPartPosition Enum

Enumerates the available positions for the elements in a chart.

Declaration

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.

Value Meaning
cppDefault A chart element has the default (predefined) position within a chart which actually represents one of the other possible values.
cppNone A chart element is not displayed within a chart.
cppLeft A chart element is displayed to the left of the diagram.
cppTop A chart element is displayed above the diagram.
cppRight A chart element is displayed to the right of the diagram.
cppBottom A 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