Skip to main content
A newer version of this page is available. .

SeriesBase.CheckedInLegend Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool CheckedInLegend { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the CheckedInLegend property to control the visibility of a series. If the legend check box is checked, the series is shown on a diagram, otherwise, the series is invisible.

Note

To learn more on legend check boxes, see the corresponding section of the Legends topic.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CheckedInLegend property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also