ViewXYUseMultithreadingForBlockSeries Property |
LightningChart .NET Help
Use multithreading for block series types. 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
Syntaxpublic bool UseMultithreadingForBlockSeries { get; set; }Public Property UseMultithreadingForBlockSeries As Boolean
Get
Set
public:
property bool UseMultithreadingForBlockSeries {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also