|
|
||
|
|
SectorChart3D |
| SectorChart3D[{{x1, y1, z1}, {x2, y2, z2}, ...}] makes a 3D sector chart with sector angle proportional to xi, radius yi and height zi. |
| SectorChart3D[{..., wi[{xi, yi, zi}, ...], ..., wj[{xj, yj, zj}, ...], ...}] makes a 3D sector chart with sector features defined by the symbolic wrappers wk. |
| SectorChart3D[{data1, data2, ...}] makes a 3D sector chart from multiple datasets datai. |
| {xi,yi,zi} | pure sector angle, radius and height | |
| wi[{xi,yi,zi},...] | a sector with size {xi, yi, zi} and wrapper wi | |
| formi->mi | a sector 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 |
| "RadialOuter","RadialCenter","RadialInner" | positions within sectors | |
| "RadialOutside","RadialInside","RadialEdge" | positions outside sectors | |
| "RadialCallout" | positions with callout lines | |
| {{s | scaled position {lx, ly} in the label at scaled cylindrical position {s |
| Boxed | False | whether to draw a bounding box | |
| BoxRatios | {1,1,0.1} | bounding 3D box ratios | |
| ChartBaseStyle | Automatic | overall style for sectors | |
| ChartElementFunction | Automatic | how to generate raw graphics for sectors | |
| 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 sectors | |
| ColorFunction | Automatic | how to color sectors | |
| ColorFunctionScaling | True | whether to normalize arguments to ColorFunction | |
| LabelingFunction | Automatic | how to label sectors | |
| LegendAppearance | Automatic | overall appearance of legends | |
| Lighting | "Neutral" | simulated light sources to use | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotRange | Automatic | range of values to include | |
| SectorOrigin | Automatic | origin of sectors | |
| SectorSpacing | Automatic | spacing between sectors | |
| ViewPoint | {0,-2.4,2} | viewing position |