AutoYFitThorough Property |
LightningChart .NET Help
Gets or sets if all series point in visible X range are searched. This is a dependency property. By using thorough detect method, all series point in visible X range are searched, resulting to
accurate fitting, but with cost of extra CPU load.
If the detection is not thorough, fitting is not always accurate in real-time monitoring usage.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool Thorough { get; set; }<DefaultValueAttribute(true)>
Public Property Thorough As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool Thorough {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also