LayerDataClipping Enumeration |
[Missing <summary> documentation for "T:Altaxo.Graph.LayerDataClipping"]
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum LayerDataClipping
Members 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. |
See Also