|
|
|||
|
|
RectangleChart |
| RectangleChart[{{x1, y1}, {x2, y2}, ...}] 绘制一个矩形图表,其中条纹的宽度 xi,高度 yi。 |
| RectangleChart[{..., wi[{xi, yi}, ...], ..., wj[{xi, yj}, ...], ...}] 绘制一个矩形图表,其中条纹特性由 wk 定义。 |
| RectangleChart[{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 | 条纹外的坐标 | |
| Axis | 条纹的原点轴 | |
| {{bx,by},{lx,ly}} | 缩放标签中坐标 {lx, ly}到条纹中 {bx, by} |
| AspectRatio | 1/GoldenRatio | 整体的高宽比 | |
| Axes | True | 是否绘制轴 | |
| BarOrigin | Bottom | 条纹的原点 | |
| BarSpacing | Automatic | 条纹间的间距 | |
| ChartBaseStyle | Automatic | 条纹的整体样式 | |
| ChartElements | Automatic | 每个条纹使用的图形 | |
| ChartElementFunction | Automatic | 如何产生条纹的原图形 | |
| ChartLabels | None | 数据元素和数据集的标签 | |
| ChartLayout | Automatic | 使用的整体布局 | |
| ChartLegends | None | 数据元素和数据集的图例 | |
| ChartStyle | Automatic | 条纹的样式 | |
| ColorFunction | Automatic | 如何着色条纹 | |
| ColorFunctionScaling | True | 是否缩放参数到 ColorFunction | |
| LabelingFunction | Automatic | 如何标注条纹 | |
| LegendAppearance | Automatic | 图例的整体外观 | |
| PerformanceGoal | $PerformanceGoal | 优化执行的方面 |