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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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