wpf-devexpress-dot-xpf-dot-charts-dot-series-0437be7d.md
Gets or sets a value that determines whether a legend check box is checked for a chart series.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public bool CheckedInLegend { get; set; }
Public Property CheckedInLegend As Boolean
| Type | Description |
|---|---|
| Boolean |
true, if a legend check box is checked for the series; otherwise, false.
|
Use the CheckedInLegend property to control the visibility of a series. If the legend check box is checked, the series is shown on a diagram, otherwise, the series is invisible.
Note
To control the visibility of a constant line on the diagram, ensure the check box appears on a legend (Legend.MarkerMode is set to ChechBox , CheckBoxAndMarker or MarkerAndCheckBox and Series.CheckableInLegend property is set to true ).
See Also