Back to Devexpress

Strip.CheckedInLegend Property

corelibraries-devexpress-dot-xtracharts-dot-strip-f998937a.md

latest2.5 KB
Original Source

Strip.CheckedInLegend Property

Gets or sets a value that determines whether a legend check box is checked for a strip.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool CheckedInLegend { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property CheckedInLegend As Boolean

Property Value

TypeDescription
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 learn more on legend check boxes, see the corresponding section of the Legends topic.

See Also

Legend Check Box

Strips

Strip Class

Strip Members

DevExpress.XtraCharts Namespace