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.Border Property

Specifies the border style of a chart legend.

#Declaration

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

#Property Value

Type Default
TcxGridChartLegendBorder lbDefault

#Remarks

A chart legend encloses all the legend keys and the display texts of a series shown in the chart. Use the Border property to specify the border style of the chart legend. All possible values for this property are listed in the TcxGridChartLegendBorder type topic.

The default value of the Border property is lbDefault.

See Also