Click or drag to resize

LayerDataClipping Enumeration

[Missing <summary> documentation for "T:Altaxo.Graph.LayerDataClipping"]


Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum LayerDataClipping
Members
Member nameValueDescription
None0No data clipping.
StrictToCS1All plots are strictly clipped to the coordinate system plane.
LazyToCS2All 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