AutoLabelLocatorMaxLocationCandidates Property |
LightningChart .NET Help
Maximum number of candidate locations for title. Reducing this would result faster location calculation.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(uint), "50")]
public uint MaxLocationCandidates { get; set; }<DefaultValueAttribute(GetType(UInteger), "50")>
Public Property MaxLocationCandidates As UInteger
Get
Set
public:
[DefaultValueAttribute(typeof(unsigned int), L"50")]
property unsigned int MaxLocationCandidates {
unsigned int get ();
void set (unsigned int value);
}Property Value
Type:
UInt32
See Also