Back to Devexpress

TcxGridChartToolBox.DataLevelsInfoVisible Property

vcl-cxgridchartview-dot-tcxgridcharttoolbox-a285eedc.md

latest2.0 KB
Original Source

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

TypeDefault
TcxGridChartDataLevelsInfoVisibledlivNonEmpty

Remarks

Options include:

ValueDescription
dlivNeverThe 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.
dlivNonEmptyA chart toolbox displays the data level navigator when there is at least a single visible data group.
dlivAlwaysThe 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

TcxGridChartToolBox.CustomizeButton

TcxGridChartToolBox.DiagramSelector

TcxGridChartToolBox Class

TcxGridChartToolBox Members

cxGridChartView Unit