vcl-dxchartxyserieslineview-dot-tdxchartxyserieslinevaluelabels.md
Specifies the active label overlap resolution mode.
property ResolveOverlappingMode: TdxChartSeriesLineValueLabelsResolveOverlappingMode read; write; default TdxChartSeriesValueLabelsResolveOverlappingMode.Default;
| Type | Default | Description |
|---|---|---|
| TdxChartSeriesLineValueLabelsResolveOverlappingMode | Default |
The active label overlap resolution mode.
|
Different label overlap resolution modes allow you to make a Line or Area series more readable when it does not have enough space to display all value labels without overlapping.
Use the ResolveOverlappingMode property to switch between available label overlap resolution modes. The ResolveOverlappingIndent property allows you to adjust the minimum distance between value labels.
| Value | Example (Line View)[1] | Example (Area View)[2] |
|---|---|---|
| Default | ||
| HideOverlapped | ||
| JustifyAllAroundPoint | ||
| JustifyAroundPoint | ||
| None |
To see this functionality in action, run the Chart Control demo in the VCL Demo Center installed with compiled DevExpress VCL demos. Select Line or Area in the left sidebar.
You can customize label overlap resolution settings in the Label Overlapping group of the Options pane.
Tip
Compiled DevExpress demos ship with source code installed in the Public Documents folder (%Public%) for all users ( default ). You can find all project and source code files for the Chart control in the following folder:
%Public%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressChart
The ResolveOverlappingMode property’s default value is TdxChartSeriesValueLabelsResolveOverlappingMode.Default.
Footnotes
This example demonstrates all possible ResolveOverlappingMode property values for the same three XY series under the following conditions:
This example demonstrates all possible ResolveOverlappingMode property values for the same two XY series under the following conditions:
See Also
TdxChartXYSeriesCustomBarValueLabels.ResolveOverlappingMode Property
TdxChartPieValueLabels.ResolveOverlappingMode Property
TdxChartXYSeriesLineValueLabels Class