Skip to main content
A newer version of this page is available. .

Legend Check Box

Legend checkboxes allow you to manage the visibility of series, indicators, strips, and constant lines. Set the Legend.MarkerMode property to CheckBox, MarkerAndCheckBox or CheckBoxAndMarker to show checkboxes in the legend. Refer to the Legend Items topic (see the Legend Check Boxes section) for more information.

Legend Checkboxes

Note

Note that checkboxes for series points are not available. Configure the Series.FilterCriteria (FilterString) property to hide specific points.

The table below lists the main properties that affect the element’s functionality:

Availability

Legend.MarkerMode, ConstantLine.CheckableInLegend, Indicator.CheckableInLegend, SeriesBase.CheckableInLegend, Strip.CheckableInLegend

Behavior

ConstantLine.CheckedInLegend, Indicator.CheckedInLegend, SeriesBase.CheckedInLegend, Strip.CheckedInLegend

Customization Event

ChartControl.LegendItemChecked

See Also