Click or drag to resize

CenterClipping Enumeration

LightningChart .NET Help
Clipping at the center of the graph.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum CenterClipping
Members
  Member nameValueDescription
None0 No clipping, data values can move over the center to the opposite side of the chart.
Center1 Data values are clipped if their amplitude value passes the center of the chart.
InnerCircle2 Data values are clipped at the edge of the InnerCircle, which is at the innermost Amplitude value of the corresponding axis. This value is either the minimum or the maximum AmplitudeAxis value depending on the axis being reversed.
See Also