Click or drag to resize

AutoLabelLocatorMaxLocationCandidates Property

LightningChart .NET Help
Gets or sets maximum number of candidate locations for title. Reducing this would result faster location calculation. 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
Syntax
[DefaultValueAttribute(typeof(uint), "50")]
public uint MaxLocationCandidates { get; set; }

Property Value

Type: UInt32
See Also