> Graph object图形对象
The following objects are directly related to the graph
API.以下对象与“图形”API有关。
Graph
The graph object has the following properties.“graph”对象具有以下参数。
Property参数 | Type类型 | Description描述 |
---|---|---|
图形ID graphid | string字符串型 | (readonly只读) ID of the graph.图形的ID |
高度 height(required必要) | integer整型 | Height of the graph in pixels.图形的高度(单位:像素) |
名称 name(required必要) | string字符串型 | Name of the graph.图形的名称 |
宽度 width(required必要) | integer整型 | Width of the graph in pixels. 图形的宽度(单位:像素) |
标志 flags | integer整型 | (readonly只读) Origin of the graph. 图形的来源Possible values are:可用值: 0 - (default默认值) a plain graph;一幅简图; 4 - a discovered graph.一副发现图 |
图形类型 graphtype | integer整型 | Graph's layout type. 图形类别。Possible values: 可用值:0 - (default默认值) normal常规; 1 - stacked堆积图; 2 - pie饼图; 3 - exploded.分散饼图 |
百分比左 percent_left | float浮点型 | Left percentile.百分比线(左) Default:默认值:0. |
百分比右 percentright | float浮点型 | Right percentile. 百分比线(右)Default:默认值:0. |
3D展示 show_3d | integer整型 | Whether to show 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 graph. 是否在图形上显示图例Possible values:可用值: 0 - hide;隐藏 1 - (default默认值) show.显示 |
显示工作时间 show_work_period | integer整型 | Whether to show the working time on the graph.是否在图形上显示工作时间 Possible values:可用值: 0 - hide;隐藏 1 - (default默认值) show.显示 |
模板ID templateid | string字符串型 | (readonly只读) ID of the parent template graph.父模板图形ID |
Y轴最大值 yaxismax | float浮点型 | The fixed maximum value for the Y axis.Y轴的固定最大值Default:默认值:100 |
Y轴最小值 yaxismin | float浮点型 | The fixed minimum value for the Y axis.Y轴的固定最小值Default:默认值:0 |
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监控项. |