Click or drag to resize
NChartIncrementalMinMaxMode Property
Incremental minimum and maximum calculation mode. This mode makes sense in streaming mode only. If the incremental mode is on, new minimum cannot be gearter and new maximum cannot be less than the ones calculated on the previous datasets. The default value is false.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool IncrementalMinMaxMode { get; set; }

Property Value

Type: Boolean
See Also