Click or drag to resize

LineSeriesCursorFullHeight Property

LightningChart .NET Help
Full cursor height. If true, the cursor height will be the height of the control. If false, the cursor is vertically painted in the graph area only.

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool FullHeight { get; set; }

Property Value

Type: Boolean
See Also