ChartGetMinValue

Description

Returns the minimum 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 minimum value from the X-axis.

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

Not applicable for pie and donut charts.

Example

Type Action Recognition Parameters Value

Dashboard

ChartGetMinValue

 

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

Remote Worker Distribution Percentage