Back to Devexpress

TcxGridChartLegendBorder Enum

vcl-cxgridchartview-fd0736ef.md

latest972 B
Original Source

TcxGridChartLegendBorder Enum

Enumerates the available border styles for legend elements.

Declaration

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

ValueMeaning
lbDefaultA legend element has the default (predefined) border style applied which actually represents one of the other possible values.
lbNoneNo border is displayed around a legend element.
lbSingleA legend element has a thin border (single-pixel width line) displayed around it.

See Also

cxGridChartView Unit