Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartVisualElementPersistent.Visible Property

Specifies if the Chart displays the visual element.

#Declaration

Delphi
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:

TdxChartXYSeriesLineMarkers
Stores value marker appearance settings for Line and Area series Views.
TdxChartXYSeriesValueLabels
Stores XY series value label appearance and behavior settings.
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 an axis of arguments in an XY diagram.
TdxChartAxisY
Stores settings of an axis of values in an XY diagram.
See Also