TdxChartCustomSeries.Visible Property
Specifies if the series is visible in its diagram.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
Users can hide or display the series in a diagram if the CheckableInLegend property is set to True
, and the Chart control’s Legend.ShowCheckBoxes and Legend.Visible properties are set to True
.
Default Value
The Visible
property’s default value is True
.
See Also