Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool CheckedInLegend { get; set; }

#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 strip on the diagram, make sure the check box appears on a legend (Legend.UseCheckBoxes and Strip.CheckableInLegend properties are set to true).

See Also