IVZMultiplyDataSource.GetMaxValue

Syntax

GetMaxValue(attrId: String; timeIndex: Integer; UseSignDivision: Boolean): Variant;

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 Bar
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. When setting metric name it is required to keep the given case.

Parameter value can also be obtained using the IVZDataSourceMapping.AttributeId property.

timeIndex. Timeline index

UseSignDivision. Indicates whether data is processed by unit.

Description

The GetMaxValue method returns maximum value of the specified metric by timeline index.

Comments

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

Example

The method use is given in the example for IVZMultiplyDataSource.GetData.

See also:

IVZMultiplyDataSource