Skip to main content

TdxChartCustomSeries.CheckableInLegend Property

Specifies if users can hide or display the XY series in the chart legend.

Declaration

property CheckableInLegend: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, users can click the series check box in the chart legend to hide or display the XY series. If False, a click on the series check box has no effect.

Remarks

A user can click check boxes of individual legend items to hide or display the corresponding XY series if their CheckableInLegend property is set to True.

VCL Chart Control: Interaction with Legend Check Boxes

The CheckableInLegend property value is ignored if one of the following conditions is met:

Note

Simple diagram series display values instead of captions in a diagram or chart legend. The TdxChartSimpleSeries class does not publish the CheckableInLegend property.

Default Value

The CheckableInLegend property’s default value is True.

See Also