TcxGridChartLegendBorder Enum
Enumerates the available border styles for legend elements.
Declaration
TcxGridChartLegendBorder = (
lbDefault,
lbNone,
lbSingle
);
Members
| Name |
|---|
lbDefault
|
lbNone
|
lbSingle
|
Remarks
Use the Border and KeyBorder properties to set the border style of the chart legend and legend keys, respectively.
All the possible values are listed in the following table.
| Value | Meaning |
|---|---|
| lbDefault | A legend element has the default (predefined) border style applied which actually represents one of the other possible values. |
| lbNone | No border is displayed around a legend element. |
| lbSingle | A legend element has a thin border (single-pixel width line) displayed around it. |
See Also