vcl-dxchartcore-dot-tdxchartcustomseries-ae1dbf45.md
Specifies if users can hide or display the XY series in the chart legend.
property CheckableInLegend: Boolean read; write; default True;
| Type | Default | Description |
|---|---|---|
| Boolean | True | True Default. Users can click the series check box in the chart legend to hide or display the XY series.FalseA click on the series check box has no effect. |
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.
The CheckableInLegend property value is ignored if one of the following conditions is met:
False.False.Note
Simple diagram series display values instead of captions in a diagram or chart legend. The TdxChartSimpleSeries class does not publish the CheckableInLegend property.
The CheckableInLegend property’s default value is True.
See Also