If Chart resource XmNtranspose is False, a Polyline series is created for each DataSampled object. If XmNtranspose if True, a Polyline series is created for each sample (number of points in the Polyline series is equal to the number of DataSampled objects). Transposition has no effect on DataSeries objects.
| Name | Type | Default | Access |
|---|---|---|---|
| XmNplotOrientation | int | XintVERTICAL | CSG |
| XmNsymbol | Boolean | dynamic | CSG |
| XmNsymbolSize | int | 8 | CSG |
| XmNstackingOrder | int | XintFRONT_TO_BACK | CSG |
| Resource Value | Description |
|---|---|
| XintVERTICAL (default) | The X axis is plotted along the horizontal direction and the Y axis along the vertical direction. |
| XintHORIZONTAL | The X axis is plotted along the vertical direction and the Y axis along the horizontal direction. |
| Resource Value | Description |
|---|---|
| XintFRONT_TO_BACK (default) | Series are painted from first one specified to the last one. |
| XintBACK_TO_FRONT | Series are painted from the last one specified to the first one. |
Boolean XintIsXYPlot (Object object)
| Name | Type | Default | Access |
|---|---|---|---|
| XmNcolor | Pixel | assigned from color list | CSG |
| XmNdashList | char * | NULL | CSG |
| XmNdrawSymbolCallback | XtCallbackList | NULL | C |
| XmNfillColor | Pixel | assigned from color list | CSG |
| XmNfillFilename | char * | NULL | CSG |
| XmNfillPixmap | Pixmap | NULL | CSG |
| XmNfillStyle | int | dynamic | CSG |
| XmNlineStyle | int | dynamic | CSG |
| XmNlineThickness | int | 1 | CSG |
| XmNsensitive | Boolean | True | CSG |
| XmNstippleColor | Pixel | "black" | CSG |
| XmNsymbol | Boolean | dynamic | CSG |
| XmNsymbolColor | Pixel | assigned from color list | CSG |
| XmNsymbolSize | int8 | 8 | CSG |
| XmNsymbolType | int | assigned from symbol list | CSG |