|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
BarChart3D |
| BarChart3D[{y1, y2, ...}] makes a 3D bar chart with bar lengths y1, y2, .... |
| BarChart3D[{..., wi[yi, ...], ..., wj[yj, ...], ...}] makes a 3D bar chart with bar features defined by the symbolic wrappers wk. |
| BarChart3D[{data1, data2, ...}] makes a 3D bar chart from multiple datasets datai. |
| yi | a pure bar value | |
| wi[yi,...] | a bar with value yi and wrapper wi | |
| formi->mi | a bar form with metadata mi |
| {e1,e2,...} | list of elements with or without wrappers | |
| w[{e1,e2,...},...] | wrapper applied to a whole dataset | |
| w[{data1,data1,...},...] | wrapper applied to all datasets |
| Annotation[e,label] | provide an annotation | |
| Button[e,action] | define an action to execute when the element is clicked | |
| EventHandler[e,...] | define a general event handler for the element | |
| Hyperlink[e,uri] | make the element act as a hyperlink | |
| Labeled[e,...] | display the element with labeling | |
| Legended[e,...] | include features of the element in a chart legend | |
| Mouseover[e,over] | make the element show a mouseover form | |
| PopupWindow[e,cont] | attach a popup window to the element | |
| StatusArea[e,label] | display in the status area when the element is moused over | |
| Style[e,opts] | show the element using the specified styles | |
| Tooltip[e,label] | attach an arbitrary tooltip to the element |
| Top,Bottom,Left,Right,Center, Front,Back | positions within bars | |
| Above, Below, Before, After | positions outside bars | |
| Axis | on the bar origin axis | |
| {{bx,by,bz},{lx,ly}} | scaled position {lx, ly} in the label at scaled position {bx, by, bz} in the bar |
| BarOrigin | Bottom | origin of bars | |
| Axes | True | whether to draw axes | |
| BarSpacing | Automatic | spacing between bars | |
| Boxed | False | whether to draw a bounding box | |
| ChartBaseStyle | Automatic | overall style for bars | |
| ChartElements | Automatic | graphics to use for each of the bars | |
| ChartElementFunction | Automatic | how to generate raw graphics for bars | |
| ChartLabels | None | labels for data elements and datasets | |
| ChartLayout | Automatic | overall layout to use | |
| ChartLegends | None | legends for data elements and datasets | |
| ChartStyle | Automatic | style for bars | |
| ColorFunction | Automatic | how to color bars | |
| ColorFunctionScaling | True | whether to normalize arguments to ColorFunction | |
| FaceGrids | Automatic | grid lines to draw on the bounding box | |
| LabelingFunction | Automatic | how to label bars | |
| LegendAppearance | Automatic | overall appearance of legends | |
| Lighting | "Neutral" | simulated light sources to use | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| ViewPoint | Automatic | viewing position |