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

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

True if the series is visible; otherwise, False.

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.

VCL Chart Control: Diagram Legend Check Boxes

Default Value

The Visible property’s default value is True.

See Also