Skip to main content

TcxGridChartLegend.Position Property

Specifies the position of the chart legend within the chart.

Declaration

property Position: TcxGridChartPartPosition read; write; default cppDefault;

Property Value

Type Default
TcxGridChartPartPosition cppDefault

Remarks

Set the Position property to designate the visual position of the chart legend within the chart. All possible values for this property are listed in the TcxGridChartPartPosition type topic.

The default value of the Position property is cppDefault.

See Also