TdxChartVisualElementPersistent.Visible Property
Specifies if the Chart displays the visual element.
#Declaration
property Visible: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#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.