AutoLabelLocator Class |
Namespace: Arction.WinForms.Charting.Views.ViewXY
The AutoLabelLocator type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoLabelLocator |
Constructor.
| |
| AutoLabelLocator(ViewXY) |
Constructor.
|
| Name | Description | |
|---|---|---|
| CalculateMaxDistance |
Enable auto location with maximum distance calculation. If not applied, speeds things up a bit.
| |
| CheckSeriesDataOverlapping |
Enable checking of label overlap with series data. Disabling this increases performance, but decreases quality.
| |
| Enabled |
Enable automatic series title placement.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| CalculateLocations |
Calculate title locations.
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Reset |
Reset autolabeling.
| |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |