Strip.CheckedInLegend Property
In This Article
Gets or sets a value that determines whether a legend check box is checked for a strip.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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 constant line on the diagram, ensure the check box appears on a legend (Legend.
Marker is set to ChechMode Box , CheckBox or MarkerAnd Marker And and the Strip.Check Box Checkable property is set to true).In Legend - For the Chart Control for ASP.
NET and ASP. legend check box for strips on callbacks, set the WebNET MVC, to save the state of a Chart (ChartControl. Save State On Callbacks Control ) property to true.Settings. Save State On Callbacks
To learn more on legend check boxes, see the corresponding section of the Legends topic.
See Also