Layer |
public enum LayerDataClipping
| Member name | Value | Description |
|---|---|---|
| None | 0 | No data clipping. |
| StrictToCS | 1 | All plots are strictly clipped to the coordinate system plane. |
| LazyToCS | 2 | All plot lines are strictly clipped to the coordinate system plane. The scatter styles can be drawn outside the CS plane as long as the centre of the scatter point is inside the CS plane. |
The LayerDataClipping type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |