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

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.

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