Skip to main content

TcxGridChartLegend.KeyBorder Property

Specifies the border style of the legend keys.

Declaration

property KeyBorder: TcxGridChartLegendBorder read; write; default lbDefault;

Property Value

Type Default
TcxGridChartLegendBorder lbDefault

Remarks

A legend key provides an indication of each data marker followed by the display text of the series for each series shown in the diagram. Use the KeyBorder property to specify the border style of the legend keys. All possible values for this property are listed in the TcxGridChartLegendBorder type topic.

The default value of the KeyBorder property is lbDefault.

See Also