> 图表监控项对象

    图表监控项

    属性类型描述
    gitemidstring(必选) 图表监控项的ID.
    color
    (必选)
    string绘制图形项目的颜色,使用十六进制码表示.
    itemid
    (必选)
    string监控项的ID.
    calc_fncinteger监控项显示的值.

    可用值:
    1 - 最小值;
    2 - (默认) 平均值;
    4 - 最大值;
    7 - 所有值;
    9 - 最新的值,仅适用于饼图以及分散饼图.
    drawtypeinteger用于绘制图表监控的线形.

    可用值:
    0 - (默认) 实线;
    1 - 面积图(填满的区域);
    2 - 粗实线;
    3 - 点;
    4 - 虚线;
    5 - 梯度线.
    graphidstring图表监控项所属的图表的ID.
    sortorderinteger图表中监控项的排序.

    默认从0开始,每增加一个加1.
    typeinteger图表监控项的类型.

    可用值:
    0 - (默认) 简单图形;
    2 - 汇总图形, 仅用于饼图和分散饼图.
    yaxissideintegerSide of the graph where the graph item’s Y scale will be drawn图表监控项的Y轴画在图表的那一侧:

    可用值:
    0 - (默认) 左侧;
    1 - 右侧.