Click or drag to resize

AutoLabelLocator Properties

LightningChart .NET Help

The AutoLabelLocator type exposes the following members.

Properties
  NameDescription
Public propertyCalculateMaxDistance
Enable auto location with maximum distance calculation. If not applied, speeds things up a bit.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCheckSeriesDataOverlapping
Enable checking of label overlap with series data. Disabling this increases performance, but decreases quality.
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
Enable automatic series title placement.
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
Maximum number of candidate locations for title. Reducing this would result faster location calculation.
Public propertySearchCrossingPoint
Enable crossing point search. Disabling this increases performance, but decreases quality, if data seems to overlap visually.
Public propertyUseSeriesTitleLocationsFromForm
Use series title locations as shown on form. May cause minor overlapping.
Top
See Also