Back to Devexpress

TdxChartCustomSeries.Visible Property

vcl-dxchartcore-dot-tdxchartcustomseries-fa12de40.md

latest1.4 KB
Original Source

TdxChartCustomSeries.Visible Property

Specifies if the series is visible in its diagram.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

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.

Default Value

The Visible property’s default value is True.

See Also

TdxChartCustomDiagram.Visible Property

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit