TcxGridChartToolBox.DataLevelsInfoVisible Property
In This Article
Specifies if the data level navigator is displayed in the chart toolbox.
#Declaration
Delphi
property DataLevelsInfoVisible: TcxGridChartDataLevelsInfoVisible read; write; default dlivNonEmpty;
#Property Value
Type | Default |
---|---|
Tcx |
dliv |
#Remarks
Options include:
Value | Description |
---|---|
dliv |
The data level navigator is not displayed in a chart toolbox. Note that in this instance, the ‘Data Groups’ tab will be hidden in the Customization Form and end-users will be unable to customize data levels and groups in a Chart View. |
dliv |
A chart toolbox displays the data level navigator when there is at least a single visible data group. |
dliv |
The data level navigator is always displayed in a chart toolbox. Compared to a value of dliv , when there are no visible data groups, only the data level associated with the default categories is displayed. |
To determine whether the data level navigator is displayed in the chart toolbox, call the GetDataLevelsInfoVisible function.
#Default Value
The DataLevelsInfoVisible
property’s default value is dlivNonEmpty
.
See Also