CenterClipping Enumeration |
LightningChart .NET Help
Clipping at the center of the graph.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum CenterClipping
Public Enumeration CenterClipping
public enum class CenterClipping
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No clipping, data values can move over the center to the opposite side of the chart.
|
| Center | 1 |
Data values are clipped if their amplitude value passes the center of the chart.
|
| InnerCircle | 2 |
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