> Graph prototype object 图形原型对象
The following objects are directly related to the graphprototype
API.以下对象与graphprototype
API有直接关系。
Graph prototype图形原型
The graph prototype object has the following properties.图形原型对象有以下参数(属性)
Property参数 | Type类型 | Description描述 |
---|---|---|
图形ID graphid | string字符串型 | (readonly只读) ID of the graph prototype.图形原型的ID |
高度 height(required必要) | integer整数型 | Height of the graph prototype in pixels.图形原型的高度(单位:像素) |
名称 name(required必要) | string字符串型 | Name of the graph prototype.图形原型的名称 |
宽度 width(required必要) | integer整数型 | Width of the graph prototype in pixels.图形原型的宽度(单位:像素) |
图形类型 graphtype | integer整数型 | Graph prototypes's layout type.图形原型布局类型 Possible values可用值: 0 - (default默认) normal常规; 1 - stacked堆积图; 2 - pie饼图; 3 - exploded分散饼图. |
百分比左 percentleft | float 浮点数型 | Left percentile.左侧百分比线 Default默认值: 0. |
百分比右 percent_right | float 浮点数型 | Right percentile.右侧百分比线 Default默认值: 0. |
3D展示 show_3d | integer 整数型 | Whether to show discovered pie and exploded graphs in 3D.是否使用3D形式展示被发现的饼图和分散饼图 Possible values可用值: 0 - (default默认) show in 2D 2D形式展示; 1 - show in 3D 3D形式展示. |
图例显示 show_legend | integer 整数型 | Whether to show the legend on the discovered graph.是否在被发现的图形上显示图例 Possible values可用值: 0 - hide隐藏; 1 - (default默认值) show显示. |
显示工作时间 show_work_period | integer 整数型 | Whether to show the working time on the discovered graph.是否在发现的图形上显示工作时间 Possible values可用值: 0 - hide隐藏; 1 - (default默认值) show显示. |
模板ID templateid | string字符串 | (readonly只读) ID of the parent template graph prototype.图形圆形的父模板的ID |
Y轴最大值 yaxismax | float 浮点数型 | The fixed maximum value for the Y axis.Y轴的固定最大值 |
Y轴最小值 yaxismin | float 浮点数型 | The fixed minimum value for the Y axis.Y轴的固定最小值 |
Y轴最大值监控项ID ymax_itemid | string字符串 | ID of the item that is used as the maximum value for the Y axis.用于作为Y轴最大值的监控项ID |
Y轴最大值类型 ymax_type | integer整数型 | Maximum value calculation method for the Y axis.Y轴最大值的计算方式 Possible values可用值: 0 - (default默认值) calculated计算的; 1 - fixed固定的; 2 - item监控项. |
Y轴最小值监控项ID ymin_itemid | string 字符串型 | ID of the item that is used as the minimum value for the Y axis.用于作为Y轴最小值的监控项ID |
Y轴最小值类型 ymin_type | integer 整数型 | Minimum value calculation method for the Y axis.Y轴最小值的计算方式 Possible values可用值: 0 - (default默认值)_ calculated计算的; 1 - fixed固定的; 2 - item监控项. |