Skip to main content
A newer version of this page is available. .

ConstantLine.CheckedInLegend Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool CheckedInLegend { get; set; }

Property Value

Type Description
Boolean

true, if a legend check box is checked for the constant line; otherwise, false.

Remarks

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 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 ConstantLine.CheckableInLegend property is set to true).

Implements

See Also