|
|
|||
|
|
BubbleChart |
| BubbleChart[{{x1, y1, z1}, {x2, y2, z2}, ...}] 制作一个气泡式图表,在坐标 {xi,yi} 的气泡有大小 zi。 |
| BubbleChart[{..., wi[{xi, yi, zi}, ...], ..., wj[{xj, yj, zj}, ...], ...}] 制作一个气泡图表,其气泡特点由 wk 定义。 |
| BubbleChart[{data1, data2, ...}] 根据多个数据集 datai 制作一个气泡式图表。 |
| Annotation[e,label] | 提供一个注解 | |
| Button[e,action] | 当点击元素时执行的行为 | |
| EventHandler[e,...] | 对元素定义一个普通的事件处理器 | |
| Hyperlink[e,uri] | 元素作为超链接 | |
| Labeled[e,...] | 用标签显示元素 | |
| Legended[e,...] | 在图例中包含元素的特点 | |
| Mouseover[e,over] | 元素显示鼠标指向的形式 | |
| PopupWindow[e,cont] | 对元素附上一个弹出窗口 | |
| StatusArea[e,label] | 当鼠标指向元素时,显示在状态栏上 | |
| Style[e,opts] | 用指定样式显示元素 | |
| Tooltip[e,label] | 对元素增加任意工具提示 |
| Top,Bottom,Left,Right,Center | 在气泡图中的坐标 | |
| Above,Below, Before, After | 在气泡图外的坐标 | |
| {{bx,by},{lx,ly}} | 缩放尺度坐标 {lx, ly} 到气泡图坐标 {bx, by} |
| AspectRatio | 1 | 宽度和高度的整体比例 | |
| BubbleScale | "Area" | 气泡图使用的大小特点 | |
| BubbleSizes | Automatic | 气泡图使用的尺寸范围 | |
| ChartBaseStyle | Automatic | 气泡图的整体样式 | |
| ChartElementFunction | Automatic | 如何产生气泡的原始图形 | |
| ChartElements | Automatic | 每个气泡使用的图形 | |
| ChartLabels | None | 数据元素和数据集的标签 | |
| ChartLegends | None | 数据元素和数据集的图例 | |
| ChartStyle | Automatic | 气泡的样式 | |
| ColorFunction | Automatic | 如何对气泡着色 | |
| ColorFunctionScaling | True | 是否正规化 ColorFunction 的参数 | |
| Frame | True | 在边界框上绘制的网格线 | |
| LabelingFunction | Automatic | 如何标注气泡 | |
| LegendAppearance | Automatic | 图例的整体外观 | |
| PerformanceGoal | $PerformanceGoal | 优化执行的方面 |