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; }
Public Property IncrementalMinMaxMode As Boolean
Get
Set
public:
virtual property bool IncrementalMinMaxMode {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also