AutoLabelLocator Properties |
The AutoLabelLocator type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateMaxDistance |
Enable auto location with maximum distance calculation. If not applied, speeds things up a bit.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| CheckSeriesDataOverlapping |
Enable checking of label overlap with series data. Disabling this increases performance, but decreases quality.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| Enabled |
Enable automatic series title placement.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| MaxLocationCandidates |
Maximum number of candidate locations for title. Reducing this would result faster location calculation.
| |
| SearchCrossingPoint |
Enable crossing point search. Disabling this increases performance, but decreases quality, if data seems to overlap visually.
| |
| UseSeriesTitleLocationsFromForm |
Use series title locations as shown on form. May cause minor overlapping.
|