Skip to main content
A newer version of this page is available.
All docs
V19.1

CustomLegendItem.CheckedInLegend Property

Returns a value that determines whether a legend check box is checked for a custom legend item.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[Browsable(false)]
public bool CheckedInLegend { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

For internal use only.

See Also