Back to Devexpress

TdxChartCustomSeries.CheckableInLegend Property

vcl-dxchartcore-dot-tdxchartcustomseries-ae1dbf45.md

latest2.7 KB
Original Source

TdxChartCustomSeries.CheckableInLegend Property

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

Declaration

delphi
property CheckableInLegend: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue 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.

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.

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

TdxChartCustomLegend.ShowCheckBoxes Property

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit