LabelOrganizingSettings.Count Property
Gets or sets the number of additional candidate positions to generate for each label.
Syntax
public AttributeVariable< System.Int64 > Count { get; set; }
Property Value
Default: 4
The number of additional candidate positions to test for a label that cannot be placed in its original position. This property has no effect in 3D views.
Remarks
This property can be used to increase or decrease the number of candidates that are generated for a label and considered by the label placement algorithm. More candidates means that there is a greater possibility of finding a position that does not overlap any other label, but it will also impact performance negatively.
It is perfectly valid to set Count to zero, in which case only a single candidate at the original position is generated. This can be very useful in conjunction with setting RemoveConflicts to True so that overlapping labels are removed without spending time trying to move the labels around. It will not find a placement that is as good as if more candidate positions were considered, but in most cases it gives a result that is good enough with a very low performance penalty.
Platforms
Windows, Linux, Android