Skip to main content

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

See Also