RectangleChart3D
✖
RectangleChart3D
makes a 3D rectangle chart with bars of width xi, depth yi, and height zi.
makes a 3D rectangle chart with bar features defined by the symbolic wrappers wk.
Details and Options




- Data elements for RectangleChart3D can be given in the following forms:
-
{xi,yi,zi} pure bar width, depth, and height {Quantity[xi,ux],Quantity[yi,uy],Quantity[zi,uz]} bar width, depth, and height with units wi[{xi,yi,zi}i,…] a bar with size {xi,yi,zi} and wrapper wi formi->mi a bar form with metadata mi - Data not given in these forms is ignored in forming the 3D rectangle chart.
- Datasets for RectangleChart3D can be given in the following forms:
-
{e1,e2,…} list of elements with or without wrappers <k1{x1,y1},k2{x2,y2},… > association of keys and values TimeSeries[…],EventSeries[…],TemporalData[…] time series, event series, and temporal data WeightedData[…] augmented datasets w[{e1,e2,…},…] wrapper applied to a whole dataset w[{data1,data2,…},…] wrapper applied to all datasets - RectangleChart3D[Tabular[…]cspec] extracts and plots values from the tabular object using the column specification cspec.
- The following forms of column specifications cspec are allowed for plotting tabular data:
-
{colx,coly,colz} plot data from columns x. y and z {{colx1,coly1,colz1},{colx2,coly2,colz2},…} plot multiple sets of columns - The following wrappers can be used for chart elements:
-
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 - In RectangleChart3D, Labeled and Placed allow the following positions:
-
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 - RectangleChart3D has the same options as Graphics3D with the following additions and changes: [List of all options]
-
Axes True whether to draw axes BarOrigin Bottom origin of bars 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 elements LegendAppearance Automatic overall appearance of legends Lighting "Neutral" simulated light sources to use PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotTheme $PlotTheme overall theme for the chart ViewPoint Automatic viewing position ScalingFunctions None how to scale individual coordinates TargetUnits Automatic units to display in the chart - The following settings for ChartLayout can be used to display multiple sets of data:
-
"Grouped" separate the data for each dataset "Stepped" accumulate and separate the data for each dataset - The arguments supplied to ChartElementFunction are the bar region {{xmin,xmax},{ymin,ymax},{zmin,zmax}}, the data values {xi,yi,zi}, and metadata {m1,m2,…} from each level in a nested list of datasets.
- A list of built-in settings for ChartElementFunction can be obtained from ChartElementData["RectangleChart3D"].
- With the setting ChartElements->g, the graphic g will be used to form pictorial bars consisting of stretched versions of g.
- The arguments supplied to ColorFunction consist of xi, yi, and zi.
- Style and other specifications from options and other constructs in RectangleChart3D are effectively applied in the order ChartStyle, ColorFunction, Style and other wrappers, ChartElements, and ChartElementFunction, with later specifications overriding earlier ones.
-
AlignmentPoint Center the default point in the graphic to align with AspectRatio Automatic ratio of height to width Axes True whether to draw axes AxesEdge Automatic on which edges to put axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} graphics directives to specify the style for axes Background None background color for the plot BarOrigin Bottom origin of bars BarSpacing Automatic spacing between bars BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic Boxed False whether to draw a bounding box BoxRatios Automatic bounding 3D box ratios BoxStyle {} style specifications for the box ChartBaseStyle Automatic overall style for bars ChartElementFunction Automatic how to generate raw graphics for bars ChartElements Automatic graphics to use for each of the 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 ClipPlanes None clipping planes ClipPlanesStyle Automatic style specifications for clipping planes ColorFunction Automatic how to color bars ColorFunctionScaling True whether to normalize arguments to ColorFunction ContentSelectable Automatic whether to allow contents to be selected ControllerLinking False when to link to external rotation controllers ControllerPath Automatic what external controllers to try to use Epilog {} 2D graphics primitives to be rendered after the main plot FaceGrids Automatic grid lines to draw on the bounding box FaceGridsStyle {} style specifications for face grids FormatType TraditionalForm default format type for text ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels, etc. ImageSize Automatic absolute size at which to render the graphic LabelingFunction Automatic how to label elements LabelStyle {} style specifications for labels LegendAppearance Automatic overall appearance of legends Lighting "Neutral" simulated light sources to use Method Automatic details of 3D graphics methods to use PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotLabel None a label for the plot PlotRange All range of values to include PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic final display region to be filled PlotTheme $PlotTheme overall theme for the chart PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} 2D graphics primitives to be rendered before the main plot RotationAction "Fit" how to render after interactive rotation ScalingFunctions None how to scale individual coordinates SphericalRegion Automatic whether to make the circumscribing sphere fit in the final display area TargetUnits Automatic units to display in the chart Ticks Automatic specification for ticks TicksStyle {} style specification for ticks TouchscreenAutoZoom False whether to zoom to fullscreen when activated on a touchscreen ViewAngle Automatic angle of the field of view ViewCenter Automatic point to display at the center ViewMatrix Automatic explicit transformation matrix ViewPoint Automatic viewing position ViewProjection Automatic projection method for rendering objects distant from the viewer ViewRange All range of viewing distances to include ViewVector Automatic position and direction of a simulated camera ViewVertical {0,0,1} direction to make vertical
List of all options




Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Generate a 3D rectangle chart for width, depth, and height values:

https://wolfram.com/xid/0n4qx2p8ozc-84qozl


https://wolfram.com/xid/0n4qx2p8ozc-dnedzk


https://wolfram.com/xid/0n4qx2p8ozc-edcoxr

https://wolfram.com/xid/0n4qx2p8ozc-g1a1u5


https://wolfram.com/xid/0n4qx2p8ozc-1kyn8


https://wolfram.com/xid/0n4qx2p8ozc-e2us0c


https://wolfram.com/xid/0n4qx2p8ozc-dn2ge5


https://wolfram.com/xid/0n4qx2p8ozc-ci75g1

Scope (35)Survey of the scope of standard use cases
Data and Layouts (12)
Items in a dataset are grouped together:

https://wolfram.com/xid/0n4qx2p8ozc-j213wq

Datasets do not need to have the same number of items:

https://wolfram.com/xid/0n4qx2p8ozc-0ctn

Nonreal data is taken to be missing:

https://wolfram.com/xid/0n4qx2p8ozc-bibvmw


https://wolfram.com/xid/0n4qx2p8ozc-7bo8p2


https://wolfram.com/xid/0n4qx2p8ozc-c1j6si

The time stamps in TimeSeries, EventSeries, and TemporalData are ignored:

https://wolfram.com/xid/0n4qx2p8ozc-erdnh4

The values in associations are taken as the dimensions of the bars:

https://wolfram.com/xid/0n4qx2p8ozc-fapjdf


https://wolfram.com/xid/0n4qx2p8ozc-berasr


https://wolfram.com/xid/0n4qx2p8ozc-laiqvh


https://wolfram.com/xid/0n4qx2p8ozc-3hzlhk

The weights in WeightedData are ignored:

https://wolfram.com/xid/0n4qx2p8ozc-8nlbze

Use different layouts to display multiple datasets:

https://wolfram.com/xid/0n4qx2p8ozc-b4is0l


https://wolfram.com/xid/0n4qx2p8ozc-dd123g

Adjust the spacing between bars and groups of bars:

https://wolfram.com/xid/0n4qx2p8ozc-ire63a

Tabular Data (1)
Wrappers (5)
Use wrappers on individual data, datasets, or collections of datasets:

https://wolfram.com/xid/0n4qx2p8ozc-c56clg

https://wolfram.com/xid/0n4qx2p8ozc-fv6xu4


https://wolfram.com/xid/0n4qx2p8ozc-pku2r1

https://wolfram.com/xid/0n4qx2p8ozc-d78b5k

Override the default tooltips:

https://wolfram.com/xid/0n4qx2p8ozc-dw7akx

Use PopupWindow to provide additional drilldown information:

https://wolfram.com/xid/0n4qx2p8ozc-9oa0q

Button can be used to trigger any action:

https://wolfram.com/xid/0n4qx2p8ozc-j1231b

Styling and Appearance (9)
Use an explicit list of styles for the bars:

https://wolfram.com/xid/0n4qx2p8ozc-fihngk

Use any gradient or indexed color schemes from ColorData:

https://wolfram.com/xid/0n4qx2p8ozc-ohd5q

https://wolfram.com/xid/0n4qx2p8ozc-gp1e

Use color schemes designed for charting:

https://wolfram.com/xid/0n4qx2p8ozc-c4f5rf


https://wolfram.com/xid/0n4qx2p8ozc-fchssf

ChartBaseStyle can be used to set an initial style for all chart elements:

https://wolfram.com/xid/0n4qx2p8ozc-prid3j

Style can be used to override styles:

https://wolfram.com/xid/0n4qx2p8ozc-o2q0l

Use any graphic for pictorial bars:

https://wolfram.com/xid/0n4qx2p8ozc-qm4zqe

Use built-in programmatically generated bars:

https://wolfram.com/xid/0n4qx2p8ozc-wvz8c


https://wolfram.com/xid/0n4qx2p8ozc-f2wd4m

For detailed settings use Palettes ▶ ChartElementSchemes:

https://wolfram.com/xid/0n4qx2p8ozc-fhi6g2

Use a theme with detailed frame ticks and grid lines:

https://wolfram.com/xid/0n4qx2p8ozc-zay8qf

Use a theme with a high-contrast color scheme and profile 3D rectangles:

https://wolfram.com/xid/0n4qx2p8ozc-hcb53c

Labeling and Legending (8)
Use Labeled to add a label to a bar:

https://wolfram.com/xid/0n4qx2p8ozc-keu5cx

Use symbolic positions for label placement:

https://wolfram.com/xid/0n4qx2p8ozc-dknv2m


https://wolfram.com/xid/0n4qx2p8ozc-hkqmb4

Provide categorical labels for the columns of data:

https://wolfram.com/xid/0n4qx2p8ozc-xqnad


https://wolfram.com/xid/0n4qx2p8ozc-lqpe2a


https://wolfram.com/xid/0n4qx2p8ozc-jvgfhd

Use Placed to control the positioning of labels, using the same positions as for Labeled:

https://wolfram.com/xid/0n4qx2p8ozc-ocux9

Provide value labels for bars by using LabelingFunction:

https://wolfram.com/xid/0n4qx2p8ozc-ci7n67

Use Placed to control placement and formatting:

https://wolfram.com/xid/0n4qx2p8ozc-gujlfe

https://wolfram.com/xid/0n4qx2p8ozc-ew8542

Add categorical legend entries for the columns of data:

https://wolfram.com/xid/0n4qx2p8ozc-dnvp16


https://wolfram.com/xid/0n4qx2p8ozc-b2cb3h

Use Legended to add additional legend entries:

https://wolfram.com/xid/0n4qx2p8ozc-mpyvi

Use Placed to affect the positioning of legends:

https://wolfram.com/xid/0n4qx2p8ozc-gizo69

Options (64)Common values & functionality for each option
BarSpacing (6)
Use automatically determined spacing between bars:

https://wolfram.com/xid/0n4qx2p8ozc-vnrs2


https://wolfram.com/xid/0n4qx2p8ozc-b759s0


https://wolfram.com/xid/0n4qx2p8ozc-kfkgd0

Use explicit spacing between bars:

https://wolfram.com/xid/0n4qx2p8ozc-jn23j

Use explicit spacing between bars and groups of bars:

https://wolfram.com/xid/0n4qx2p8ozc-tt0yr

With no spacing used between bars a quantitative axis is used:

https://wolfram.com/xid/0n4qx2p8ozc-35b59

ChartBaseStyle (5)
Use ChartBaseStyle to style bars:

https://wolfram.com/xid/0n4qx2p8ozc-gkdy1d


https://wolfram.com/xid/0n4qx2p8ozc-go00dd


https://wolfram.com/xid/0n4qx2p8ozc-gvfx7p

ChartBaseStyle combines with ChartStyle:

https://wolfram.com/xid/0n4qx2p8ozc-hilrob

ChartStyle may override settings for ChartBaseStyle:

https://wolfram.com/xid/0n4qx2p8ozc-nykrk

ChartBaseStyle combines with Style:

https://wolfram.com/xid/0n4qx2p8ozc-e8vs4c

Style may override settings for ChartBaseStyle:

https://wolfram.com/xid/0n4qx2p8ozc-njm38a

ChartBaseStyle combines with ColorFunction:

https://wolfram.com/xid/0n4qx2p8ozc-mgk40x

ColorFunction may override settings for ChartBaseStyle:

https://wolfram.com/xid/0n4qx2p8ozc-gx8lzq

ChartElementFunction (6)
Get a list of built-in settings for ChartElementFunction:

https://wolfram.com/xid/0n4qx2p8ozc-jmcvuc

For detailed settings, use Palettes ▶ ChartElementSchemes:

https://wolfram.com/xid/0n4qx2p8ozc-h6rvv


https://wolfram.com/xid/0n4qx2p8ozc-dqlciu

ChartElementFunction is appropriate to show the global scale:

https://wolfram.com/xid/0n4qx2p8ozc-ba8mcf

Write a custom ChartElementFunction:

https://wolfram.com/xid/0n4qx2p8ozc-b3c44o

https://wolfram.com/xid/0n4qx2p8ozc-gqiv9l

Write a custom ChartElementFunction using ChartElementDataFunction:

https://wolfram.com/xid/0n4qx2p8ozc-693xe

https://wolfram.com/xid/0n4qx2p8ozc-cvoce4

Chart with optional labeled drop planes:

https://wolfram.com/xid/0n4qx2p8ozc-ggg34w

https://wolfram.com/xid/0n4qx2p8ozc-b42y0
Setting the metadata to True turns on the drop plane:

https://wolfram.com/xid/0n4qx2p8ozc-biws2y

ChartElements (7)
Create a pictorial chart based on any Graphics3D object:

https://wolfram.com/xid/0n4qx2p8ozc-dqx85g

Use a different graphic for each column of data:

https://wolfram.com/xid/0n4qx2p8ozc-q786uj

Use a different graphic for each row of data:

https://wolfram.com/xid/0n4qx2p8ozc-m8b8y


https://wolfram.com/xid/0n4qx2p8ozc-da95t7

Styles are inherited from styles set through ChartStyle etc.:

https://wolfram.com/xid/0n4qx2p8ozc-baflj6

Override individual styles by using Style:

https://wolfram.com/xid/0n4qx2p8ozc-cirvh

Explicit styles set in the graphic will override other style settings:

https://wolfram.com/xid/0n4qx2p8ozc-b8zopi

ChartLabels (8)
By default, labels are placed in the axis:

https://wolfram.com/xid/0n4qx2p8ozc-b6vqtn

Labeled wrappers in data will place additional labels:

https://wolfram.com/xid/0n4qx2p8ozc-h3lfo1

Use Placed to control label placement:

https://wolfram.com/xid/0n4qx2p8ozc-i1ezmt

Symbolic positions outside the bar:

https://wolfram.com/xid/0n4qx2p8ozc-40261

Coordinate-based placement relative to a bar:

https://wolfram.com/xid/0n4qx2p8ozc-w3f0f

Coordinate-based placement relative to a bar at a scaled position in the label:

https://wolfram.com/xid/0n4qx2p8ozc-jwrro6

Use the third argument to Placed to control formatting:

https://wolfram.com/xid/0n4qx2p8ozc-jpbwst


https://wolfram.com/xid/0n4qx2p8ozc-e0prio

By default, labels are associated with columns of data:

https://wolfram.com/xid/0n4qx2p8ozc-gypexn

https://wolfram.com/xid/0n4qx2p8ozc-c41xrn

Associate labels with rows or datasets:

https://wolfram.com/xid/0n4qx2p8ozc-bxwbr9


https://wolfram.com/xid/0n4qx2p8ozc-brr87x

Use Placed to affect placements:

https://wolfram.com/xid/0n4qx2p8ozc-do9c6b


https://wolfram.com/xid/0n4qx2p8ozc-ctd6wo

ChartLayout (2)
ChartLayout is "Grouped" by default:

https://wolfram.com/xid/0n4qx2p8ozc-c6adcd


https://wolfram.com/xid/0n4qx2p8ozc-f3blo0

ChartLegends (6)
Generate a legend based on chart style:

https://wolfram.com/xid/0n4qx2p8ozc-g7tyxv

Use Legended to add additional legend entries:

https://wolfram.com/xid/0n4qx2p8ozc-dxvn15

Use Legended to specify individual legend entries:

https://wolfram.com/xid/0n4qx2p8ozc-dz3r5f

Generate a legend for datasets:

https://wolfram.com/xid/0n4qx2p8ozc-cb7h0o

https://wolfram.com/xid/0n4qx2p8ozc-pjs833

Unused legend labels are dropped:

https://wolfram.com/xid/0n4qx2p8ozc-c7m4ir

Legends can be applied to several dimensions:

https://wolfram.com/xid/0n4qx2p8ozc-e0ifx

Use Placed to control the placement of legends:

https://wolfram.com/xid/0n4qx2p8ozc-ge1b5t

https://wolfram.com/xid/0n4qx2p8ozc-rt7fe6


https://wolfram.com/xid/0n4qx2p8ozc-h5o88j

ChartStyle (7)
Use ChartStyle to set the style:

https://wolfram.com/xid/0n4qx2p8ozc-245zu


https://wolfram.com/xid/0n4qx2p8ozc-btb2sd

https://wolfram.com/xid/0n4qx2p8ozc-p4ix68

Use "Gradient" colors from ColorData:

https://wolfram.com/xid/0n4qx2p8ozc-m4fhm

Use "Indexed" colors from ColorData:

https://wolfram.com/xid/0n4qx2p8ozc-th7ha


https://wolfram.com/xid/0n4qx2p8ozc-bpnjw7


https://wolfram.com/xid/0n4qx2p8ozc-hg6hsy

https://wolfram.com/xid/0n4qx2p8ozc-gisvph


https://wolfram.com/xid/0n4qx2p8ozc-d2m8st

Style both rows and columns of data:

https://wolfram.com/xid/0n4qx2p8ozc-vwcev

With both row and column styles, the last style may override earlier ones:

https://wolfram.com/xid/0n4qx2p8ozc-flc10x

Style overrides settings for ChartStyle:

https://wolfram.com/xid/0n4qx2p8ozc-b698sn

ColorFunction overrides settings for ChartStyle:

https://wolfram.com/xid/0n4qx2p8ozc-bx11yb

https://wolfram.com/xid/0n4qx2p8ozc-inhb1q

With different style effects, the settings combine:

https://wolfram.com/xid/0n4qx2p8ozc-pi67sg

ChartElements with explicit style settings overrides settings for ChartStyle:

https://wolfram.com/xid/0n4qx2p8ozc-mkiif

ColorFunction (3)
Color by bar width, depth, and height:

https://wolfram.com/xid/0n4qx2p8ozc-kf2rz4

Use "Gradient" colors from ColorData:

https://wolfram.com/xid/0n4qx2p8ozc-j483n

Use ColorFunctionScaling->False to get unscaled width, depth, and height values:

https://wolfram.com/xid/0n4qx2p8ozc-gcqqpc


https://wolfram.com/xid/0n4qx2p8ozc-b7f3xq

ColorFunction overrides settings for ChartStyle:

https://wolfram.com/xid/0n4qx2p8ozc-cbvlxp

ColorFunctionScaling (2)
By default, scaled height values are used:

https://wolfram.com/xid/0n4qx2p8ozc-csyn1w

Use ColorFunctionScaling->False to get unscaled height values:

https://wolfram.com/xid/0n4qx2p8ozc-4vis1

LabelingFunction (7)
Use automatic labeling by values through Tooltip and StatusArea:

https://wolfram.com/xid/0n4qx2p8ozc-o9zqx5


https://wolfram.com/xid/0n4qx2p8ozc-8yasi

Use Placed to control label placement:

https://wolfram.com/xid/0n4qx2p8ozc-gl2ad7

Symbolic positions outside the bar:

https://wolfram.com/xid/0n4qx2p8ozc-eyt0bn

Coordinate-based placement relative to a bar:

https://wolfram.com/xid/0n4qx2p8ozc-b11rh3

Control the formatting of labels:

https://wolfram.com/xid/0n4qx2p8ozc-ikz9u4

Use the given chart labels as arguments to the labeling function:

https://wolfram.com/xid/0n4qx2p8ozc-c5prlq

https://wolfram.com/xid/0n4qx2p8ozc-ci9a41

PerformanceGoal (3)
Generate a bar chart with interactive highlighting:

https://wolfram.com/xid/0n4qx2p8ozc-e280bs

Emphasize performance by disabling interactive behaviors:

https://wolfram.com/xid/0n4qx2p8ozc-bu9b2g

Typically less memory is required for noninteractive charts:

https://wolfram.com/xid/0n4qx2p8ozc-1eytp

Applications (3)Sample problems that can be solved with this function
Compare the dollar value produced by each widget maker:

https://wolfram.com/xid/0n4qx2p8ozc-wqq9p
Mouse over the bars for the employee names:

https://wolfram.com/xid/0n4qx2p8ozc-fxnk0k

Click on the bars to hear the country name, GDP per capita, poverty fraction, and population:

https://wolfram.com/xid/0n4qx2p8ozc-ck38al

https://wolfram.com/xid/0n4qx2p8ozc-bjhyyh

https://wolfram.com/xid/0n4qx2p8ozc-8djao

Get the data for G15 countries:

https://wolfram.com/xid/0n4qx2p8ozc-chz52y
Mouse over the bars to get the name of the country:

https://wolfram.com/xid/0n4qx2p8ozc-p6ncs8

Properties & Relations (2)Properties of the function, and connections to other functions
Use RectangleChart3D to get a 3D rendering of a RectangleChart:

https://wolfram.com/xid/0n4qx2p8ozc-egmcnq

Use SectorChart3D and BubbleChart as alternative visualizations:

https://wolfram.com/xid/0n4qx2p8ozc-edggmu

Wolfram Research (2008), RectangleChart3D, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangleChart3D.html (updated 2025).
Text
Wolfram Research (2008), RectangleChart3D, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangleChart3D.html (updated 2025).
Wolfram Research (2008), RectangleChart3D, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangleChart3D.html (updated 2025).
CMS
Wolfram Language. 2008. "RectangleChart3D." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/RectangleChart3D.html.
Wolfram Language. 2008. "RectangleChart3D." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/RectangleChart3D.html.
APA
Wolfram Language. (2008). RectangleChart3D. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RectangleChart3D.html
Wolfram Language. (2008). RectangleChart3D. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RectangleChart3D.html
BibTeX
@misc{reference.wolfram_2025_rectanglechart3d, author="Wolfram Research", title="{RectangleChart3D}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/RectangleChart3D.html}", note=[Accessed: 27-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_rectanglechart3d, organization={Wolfram Research}, title={RectangleChart3D}, year={2025}, url={https://reference.wolfram.com/language/ref/RectangleChart3D.html}, note=[Accessed: 27-April-2025
]}