TcxGridChartLegend.Border Property
Specifies the border style of a chart legend.
Declaration
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