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

TcxGridChartToolBox.DataLevelsInfoVisible Property

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
TcxGridChartDataLevelsInfoVisible dlivNonEmpty

#Remarks

Options include:

Value Description
dlivNever 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.
dlivNonEmpty A chart toolbox displays the data level navigator when there is at least a single visible data group.
dlivAlways The data level navigator is always displayed in a chart toolbox. Compared to a value of dlivNonEmpty, 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