Skip to main content

TcxGridChartViewStyles.GetDataLevelInfoParams(Integer,TcxViewParams) Method

Obtains the TcxViewParams record that contains information on style attributes of data levels in a chart toolbox.

Declaration

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

Parameters

Name Type
ADataLevel Integer
AParams TcxViewParams

Remarks

The ADataLevel parameter identifies the data level by its on-screen position.

The AParams parameter returns style attributes that the GetDataLevelInfoParams method results in.

See Also