Click or drag to resize

AutoLabelLocator Properties

LightningChart .NET Help

The AutoLabelLocator type exposes the following members.

Properties
  NameDescription
Public propertyCalculateMaxDistance
Gets or sets if enable auto location with maximum distance calculation. If not applied, speeds things up a bit. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCheckSeriesDataOverlapping
Gets or sets if enable checking of label overlap with series data. Disabling this increases performance, but decreases quality. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEnabled
Gets or sets if enable automatic series title placement. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyMaxLocationCandidates
Gets or sets maximum number of candidate locations for title. Reducing this would result faster location calculation. This is a dependency property.
Public propertySearchCrossingPoint
Gets or sets if enable crossing point search. Disabling this increases performance, but decreases quality, if data seems to overlap visually. This is a dependency property.
Public propertyUseSeriesTitleLocationsFromForm
Gets or sets if use series title locations as shown on form. May cause minor overlapping. This is a dependency property.
Top
See Also