| Name | Type | Default | Access |
|---|---|---|---|
| XmNaxis | Widget | NULL | CSG |
| XmNaxisType | int | XintAXIS_LINEAR | CSG |
| XmNbottom | float * | NULL | CSG |
| XmNcreateAxis | Boolean | False | CSG |
| XmNdepthArray | float * | NULL | CSG |
| XmNfillAttachment | int | XintATTACH_NONE | CSG |
| XmNfillCurve | Widget | NULL | CSG |
| XmNfillType | int | XintFILL_ALL | CSG |
| XmNinterpolationMode | int | XintLINEAR_INTERPOLATION | CSG |
| XmNnullValue | float * | NULL | CSG |
| XmNnumBackup | int | 0 | CSG |
| XmNreferencePoint | float * | NULL | CSG |
| XmNregionActive | Boolean | False | CSG |
| XmNregionEndDepth | float * | NULL | CSG |
| XmNregionHighlightColor | Pixel | "red" | CSG |
| XmNregionHighlightThickness | int | 3 | CSG |
| XmNregionStartDepth | float * | NULL | CSG |
| XmNsampleArray | float * | {25, 50, 70} | CSG |
| XmNsampleCount | int | 3 | CSG |
| XmNsampleIncrement | int | 1 | CSG |
| XmNtop | float * | NULL | CSG |
| Resource Value | Description |
|---|---|
| XintATTACH_NONE (default) | Fill is disabled. |
| XintATTACH_START | Fill is from start of LogCurve value coordinate system to the LogCurve points. |
| XintATTACH_END | Fill is from the LogCurve points to ending value. |
| XintATTACH_CURVE | Fill is between the LogCurve and another LogCurve specified using resource XmNfillCurve. |
| XintATTACH_REFERENCE_POINT | Fill is from a reference value (specified by resource XmNreferencePoint) to the LogCurve points. |
| Resource Value | Description |
|---|---|
| XintFILL_ALL (default) | Fill curve on both sides of the reference point. |
| XintPOSITIVE_FILL | Fill only part of the curve greater than the reference point. |
| XintNEGATIVE_FILL | Fill only part of the curve smaller than the reference point. |