Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartLegend.KeyBorder Property

Specifies the border style of the legend keys.

#Declaration

Delphi
property KeyBorder: TcxGridChartLegendBorder read; write; default lbDefault;

#Property Value

Type Default Description
TcxGridChartLegendBorder lbDefault

The legend border style.

#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.

#Default Value

The KeyBorder property’s default value is lbDefault.

See Also