Enum LimitYToSegment
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Limiting style for series rendering on y-axis.
public enum LimitYToSegment
Fields
ClampToSegment = 2Clamp data to axis range. E.g. line will be rendered horizontally on y-axis edge, if it exceed.
Clip = 1Clip to y-axis range. E.g. line will be clipped, if over axis range.
None = 0No limit, data will not be limited to y-axis range, if it happens to exceed.