NChartStreamingMode Property |
Flag determining if streaming mode is enabled.
See StreamData
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool StreamingMode { get; set; }
Public Property StreamingMode As Boolean
Get
Set
public:
virtual property bool StreamingMode {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also