corelibraries-devexpress-dot-xtracharts-dot-constantline-eb573c0f.md
Gets or sets a value that determines whether a legend check box is checked for a constant line.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool CheckedInLegend { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CheckedInLegend As Boolean
| Type | Description |
|---|---|
| Boolean |
true , if a legend check box is checked for the constant line; otherwise, false.
|
Use the CheckedInLegend property to control the visibility of a constant line. If the legend check box is checked, the constant line is shown on a diagram, otherwise, the constant line is invisible.
Note
To learn more on legend check boxes, see the corresponding section of the Legends topic.
See Also