TcxGridChartViewStyles.DataLevelsInfo Property
Specifies font settings, the foreground color, and background color or a bitmap for the data level navigator.
Declaration
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