TcxCustomGridChartTitle.Position Property
Specifies the position and orientation of the title text within the chart.
Declaration
property Position: TcxGridChartPartPosition read; write; default cppDefault;
Property Value
Type | Default |
---|---|
TcxGridChartPartPosition | cppDefault |
Remarks
Refer to the TcxGridChartPartPosition type description to learn about available options.
Note
Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text (including vertically oriented titles) in your application.
The default value of the Position property is cppDefault.
See Also