Click or drag to resize

AutoYFitUpdateInterval Property

LightningChart .NET Help
Gets or sets if auto Y scale update interval in milliseconds. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(uint), "100")]
public uint UpdateInterval { get; set; }

Property Value

Type: UInt32
See Also