Skip to main content

TcxGridChartLegend.GetOrientation(TcxGridChartPartPosition) Method

Determines the orientation of the chart legend within a chart.

Declaration

function GetOrientation(APosition: TcxGridChartPartPosition = cppDefault): TcxGridChartPartOrientation;

Parameters

Name Type
APosition TcxGridChartPartPosition

Returns

Type
TcxGridChartPartOrientation

Remarks

Call the GetOrientation function to determine the orientation (vertical or horizontal) of the chart legend within the chart. Use the Orientation property to change the chart legend’s orientation.

See Also