Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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