Skip to main content

ILegendVisible.CheckableInLegend Property

Gets a value that indicates whether to show a legend check box instead of a legend marker in the chart legend.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

bool CheckableInLegend { get; }

Property Value

Type Description
Boolean

true, if a check box is shown instead of a marker on a legend; otherwise, false.

Remarks

Note

The CheckableInLegend property is in effect when the Legend.MarkerMode property is set to CheckBox, CheckBoxAndMarker or MarkerAndChechBox.

See Also