Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.UseCheckBoxes Property

Gets or sets the value that specifies the Legend.UseCheckBoxes property within the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

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

Property Value

Type Description
Boolean

true, if the check boxes should be visible; otherwise false.

See Also