Click or drag to resize

LimitYToSegment Enumeration

LightningChart .NET Help
Limiting style for series rendering on y-axis.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum LimitYToSegment
Members
  Member nameValueDescription
None0 No limit, data will not be limited to y-axis range, if it happens to exceed.
Clip1 Clip to y-axis range. E.g. line will be clipped, if over axis range.
ClampToSegment2 Clamp data to axis range. E.g. line will be rendered horizontally on y-axis edge, if it exceed.
See Also