Skip to main content

TdxChartLegendItem.Checked Property

Returns the legend item checked state.

Declaration

property Checked: Boolean read;

Property Value

Type Description
Boolean

True if the legend item is checked; otherwise, False.

Remarks

You can use the ShowCheckBoxes property of a legend pane to hide or display legend item check boxes.

VCL Chart Control: Legend Item Check Boxes

To prevent users from changing the visibility of an XY series, set its CheckableInLegend property to False.

See Also