A newer version of this page is available.
Switch to the current version.
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; }
<OldApi("This is old API. It is recommended to use the MarkerMode property instead.")>
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property UseCheckBoxes As Boolean
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.
See Also
Feedback