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

TcxGridChartViewStyles.DataLevelsInfo Property

Specifies font settings, the foreground color, and background color or a bitmap for the data level navigator.

#Declaration

Delphi
property DataLevelsInfo: TcxStyle index vsDataLevelsInfo read; write;

#Property Value

Type
TcxStyle

#Remarks

Use the ActiveDataLevelInfo and DataLevelActiveValueInfo properties to control appearance aspects of an active data level and data level active values, respectively.

Note

The data level navigator’s visibility in a chart toolbox is controlled by the View’s ToolBox.DataLevelsInfoVisible property.

See Also