Table of Contents

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 = 2

Clamp data to axis range. E.g. line will be rendered horizontally on y-axis edge, if it exceed.

Clip = 1

Clip to y-axis range. E.g. line will be clipped, if over axis range.

None = 0

No limit, data will not be limited to y-axis range, if it happens to exceed.