Table of Contents

Enum CenterClipping

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Clipping at the center of the graph.

public enum CenterClipping

Fields

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.

None = 0

No clipping, data values can move over the center to the opposite side of the chart.