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.v14.2.dll

#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.

See Also