Transposition is supported for the case where a Bar3D object displays a set of DataSampled objects. If Chart resource XmNtranspose is False, DataSampled objects are plotted along the X direction, with a different color for each data object. If XmNtranspose it True, DataSampled objects are plotted along the Y direction. with a different color for each sample (color is uniform along the Y direction).
| Name | Type | Default | Access |
|---|---|---|---|
| XmNbarColorMode | int | XintCOLOR_LIST_MODE | CSG |
| XmNbarLineColor | Pixel | "black" | CSG |
| XmNbarLineThickness | int | 1 | CSG |
| XmNclusterHeight | int | 75 | CSG |
| XmNclusterWidth | int | 75 | CSG |
| XmNdrawShadow | Boolean | True | CSG |
| Resource Value | Description |
|---|---|
| XintCOLOR_LIST_MODE (default) | Bar color is uniform in the X direction (or Y if transposed) and colors are taken from the list specified in Chart resource XmNcolorList. |
| XintZ_VALUE_MODE | Bar color is based on the the Z value and colors are assigned from the colors specified in Chart resource XmNzValueColorRecord. |
Boolean XintIsBar3D (Object object)