TcxGridChartLegend.KeyBorder Property
Specifies the border style of the legend keys.
Declaration
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