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

Legend.UseCheckBoxes Property

Specifies a value which determines whether to use checkboxes instead of markers on a chart legend for all legend items.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[OldApi("This is old API. It is recommended to use the MarkerMode property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool UseCheckBoxes { get; set; }

Property Value

Type Description
Boolean

true, if legend checkboxes are shown instead of markers for all legend items; otherwise, false.

Remarks

This property is out of date. We recommend to use the Legend.MarkerMode property instead.

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the UseCheckBoxes 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