TdxChartLegendItem.Checked Property
Returns the legend item checked state.
Declaration
property Checked: Boolean read;
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
You can use the ShowCheckBoxes property of a legend pane to hide or display legend item check boxes.
To prevent users from changing the visibility of an XY series, set its CheckableInLegend property to False
.
See Also