Skip to main content
All docs
V20.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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
Boolean

Always false.

Remarks

For internal use only.

See Also