Strip.CheckedInLegend Property
Gets or sets a value that determines whether a legend check box is checked for a strip.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a legend check box is checked for the strip; otherwise, false. |
Remarks
Use the CheckedInLegend property to control the visibility of a strip. If the legend check box is checked, the strip is shown on a diagram, otherwise, the strip 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 Strip.CheckableInLegend property is set to true).
Implements
See Also