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

TdxChartVisualElementPersistent.Visible Property

Specifies if the Chart displays the visual element.

Declaration

property Visible: Boolean read; write;

Property Value

Type Description
Boolean

True if the Chart control displays the visual element; otherwise, False.

Remarks

Set the Visible property to True or False to display or hide the visual element.

Default Value

Different TdxChartVisualElementPersistent class descendants define different default Visible property values.

Initially Hidden Visual Chart Elements

The following terminal TdxChartVisualElementPersistent class descendants use False as the default Visible property value:

TdxChartSeriesValueLabels
Stores series value label appearance and behavior settings.
TdxChartXYSeriesLineMarkers
Stores value marker appearance settings for Line and Area series Views.
TdxChartPieValueLabels
Stores value label appearance and behavior settings for Pie and Doughnut Views.

Initially Visible Chart Elements

The following terminal TdxChartVisualElementPersistent class descendants use True as the default Visible property value:

TdxChartLegend
Stores settings of the legend pane displayed in a Chart control.
TdxChartDiagramLegend
Stores settings of the legend pane displayed in a diagram.
TdxChartAxisX
Stores settings of the axis of arguments in an XY diagram.
TdxChartAxisY
Stores settings of the axis of values in an XY diagram.
See Also