Back to Devexpress

TdxChartVisualElementPersistent.Visible Property

vcl-dxchartcore-dot-tdxchartvisualelementpersistent.md

latest2.7 KB
Original Source

TdxChartVisualElementPersistent.Visible Property

Specifies if the Chart displays the visual element.

Declaration

delphi
property Visible: Boolean read; write;

Property Value

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

TdxChartXYSeriesLineMarkersStores value marker appearance settings for Line and Area series Views.TdxChartXYSeriesValueLabelsStores XY series value label appearance and behavior settings.TdxChartPieValueLabelsStores 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:

TdxChartLegendStores settings of the legend pane displayed in a Chart control.TdxChartDiagramLegendStores settings of the legend pane displayed in a diagram.TdxChartAxisXStores settings of an axis of arguments in an XY diagram.TdxChartAxisYStores settings of an axis of values in an XY diagram. See Also

TdxChartVisualElementPersistent Class

TdxChartVisualElementPersistent Members

dxChartCore Unit