ChartGetMaxValue

Description

Returns the maximum value from the given axis (X or Y axis) of the area, bar, or line chart.

Parameters

Parameter Description

chartlabel

The chart title.

charttype;

The chart type.

Includes hbar, vbar, area, line, pie, and donut charts. See, Supported Chart Types.

ret

The return value.

axis

axis=X – the maximum value from the X-axis.

axis=Y – the maximum value from the Y-axis.

Not applicable for pie and donut charts.

Example

Type Action Recognition Parameters Value

Dashboard

ChartGetMaxValue

 

chartlabel=Remote Worker Distribution Percentage;charttype=hbar;ret=&count;axis=X

Remote Worker Distribution Percentage