IVZMultiplyDataSource.GetAllLevelDataEx

Syntax

GetAllLevelDataEx(attrId: String, level: Integer): IVZDataArray;

Parameters

attrId. Visualizer metric name:

Visualizer Metric name Brief description
Table Value Value
  BackgroundColor Background color
  FontColor Font color
  FontSize Font size
Map color Color
  height Height  
  pieAngle Pie
  barHeight Column
Bubble chart x X value axis position
  y Y value axis position
  color Color
  radius Size
Bubble tree and tree map color Color
  radius Size

IMPORTANT. On setting metric name it is required to keep the given case.

level. Time line level.

Description

The GetAllLevelDataEx method returns all attribute data for the set metric and timeline level.

Comments

If timeline level is -1, the method returns data by the entire timeline.

Example

The method use is given in the example for IVZDataScale.ConstructScaleElements.

See also:

IVZMultiplyDataSource