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

ILegendVisible.CheckedInLegend Property

Gets a value that determines whether a check box is checked in a chart legend.

Namespace: DevExpress.Xpf.Charts

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

Declaration

bool CheckedInLegend { get; }

Property Value

Type Description
Boolean

true, if a legend check box is checked in the chart legend; otherwise, false.

Remarks

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

See Also