PoCurve Properties |
The PoCurve type exposes the following members.
Name | Description | |
---|---|---|
![]() | boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. |
![]() | curveRep | Defines the curve representation (polyline, smooth, stair, ...) |
![]() | fillingThreshold | Defines the threshold to fill the curve. |
![]() | isCurveFilled | Indicates if the curve is filled or not. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | markerFilterType | Defines the type of marker filter. |
![]() | markerIndexList | A list of points (of point) is selected by their indices. |
![]() | markerIndexPeriod | One point (of point) in every consecutive markerIndexPeriod is selected. |
![]() | markerString | The markers are defined by a string. |
![]() | markerXList | A list of points (of the computed curve points) is selected by their abscises. |
![]() | markerXPeriod | One point (of the computed curve points) in every markerXPeriod is selected. |
![]() | point | Point list of the curve. |
![]() | raiseFilterType | Defines the type of raise filter. |
![]() | raiseIndexList | A list of points (of point) is selected by their indices. |
![]() | raiseIndexPeriod | One point (of point) in every consecutive raiseIndexPeriod is selected. |
![]() | raiseThreshold | Raise points are vertical lines joining the curve points and the specified threshold. |
![]() | raiseXList | A list of points (of the computed curve points) is selected by their abscises. |
![]() | raiseXPeriod | One point (of the computed curve points) in every raiseXPeriod is selected. |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |