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; }<DefaultValueAttribute(GetType(UInteger), "100")>
Public Property UpdateInterval As UInteger
Get
Set
public:
[DefaultValueAttribute(typeof(unsigned int), L"100")]
property unsigned int UpdateInterval {
unsigned int get ();
void set (unsigned int value);
}Property Value
Type:
UInt32
See Also