Skip to main content

TcxCustomGridChartTitle.GetOrientation Method

Determines the orientation of the title text.

Declaration

function GetOrientation: TcxGridChartPartOrientation;

Returns

Type
TcxGridChartPartOrientation

Remarks

Call the GetOrientation function to determine the orientation of the title text within the chart. The default orientation is determined using the current position of the title text which can be set via the Position property.

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.

See Also