Skip to main content

TcxGridChartViewStyles.GetDataLevelInfoParams(Integer,TcxViewParams) Method

Returns the TcxViewParams record populated with information on style attributes of data levels in a chart toolbox.

Declaration

procedure GetDataLevelInfoParams(ADataLevel: Integer; out AParams: TcxViewParams); virtual;

Parameters

Name Type Description
ADataLevel Integer

The target data level.

AParams TcxViewParams

Data level style settings.

See Also