AutoLabelLocator Properties |
The AutoLabelLocator type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateMaxDistance |
Gets or sets if enable auto location with maximum distance calculation. If not applied, speeds things up a bit. This is a dependency property.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| CheckSeriesDataOverlapping |
Gets or sets if enable checking of label overlap with series data. Disabling this increases performance, but decreases quality. This is a dependency property.
| |
| 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 |
Gets or sets if enable automatic series title placement. This is a dependency property.
| |
| 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 |
Gets or sets maximum number of candidate locations for title. Reducing this would result faster location calculation. This is a dependency property.
| |
| SearchCrossingPoint |
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.
| |
| UseSeriesTitleLocationsFromForm |
Gets or sets if use series title locations as shown on form. May cause minor overlapping. This is a dependency property.
|