|
|
|||
|
|
ChartElementFunction |
| ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element. |
| BarChart,RectangleChart,Histogram,BubbleChart | {{xmin, xmax}, {ymin, ymax}} | |
| BarChart3D,RectangleChart3D,Histogram3D,BubbleChart3D | {{xmin, xmax}, {ymin, ymax}, {zmin, zmax}} | |
| PieChart,SectorChart | {{ | |
| PieChart3D, SectorChart3D | {{ |
| BarChart,BarChart3D,PieChart,PieChart3D | y | |
| RectangleChart,SectorChart | {x, y} | |
| RectangleChart3D, SectorChart3D,BubbleChart | {x, y, z} | |
| BubbleChart3D | {x, y, z, w} | |
| Histogram,Histogram3D | list |