Back to Devexpress

Series3DBase.CheckedInLegend Property

wpf-devexpress-dot-xpf-dot-charts-dot-series3dbase-6e088145.md

latest1.7 KB
Original Source

Series3DBase.CheckedInLegend Property

Gets or sets a value that determines whether a legend check box is checked for a chart series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool CheckedInLegend { get; set; }
vb
Public Property CheckedInLegend As Boolean

Property Value

TypeDescription
Boolean

true, if a legend check box is checked for the series; otherwise, false.

|

Remarks

The CheckedInLegend property allows you to control the visibility of a series, when the Legend.MarkerMode property of the assigned legend is set to ChechBox , CheckBoxAndMarker or MarkerAndCheckBox and the series’ Series3DBase.CheckableInLegend is set to true. If the legend check box is checked, the series is shown within the Chart 3D control, otherwise, the series is invisible.

Implements

CheckedInLegend

See Also

Series3DBase Class

Series3DBase Members

DevExpress.Xpf.Charts Namespace