Click or drag to resize

AxisXScrollMode Property

LightningChart .NET Help
Scroll mode. In real-time monitoring, set 'Scrolling', 'Sweeping' or 'Stepping', and give current monitoring position via ScrollPosition property. If not real-time monitoring, but displaying data normally, you should set this to 'None' (default).

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(XAxisScrollMode.None)]
public XAxisScrollMode ScrollMode { get; set; }

Property Value

Type: XAxisScrollMode
See Also