TdxChartSeriesLineValueLabelsResolveOverlappingMode Subrange Type
#Declaration
TdxChartSeriesValueLabelsResolveOverlappingMode = (None, Default, HideOverlapped, JustifyAroundPoint, JustifyAllAroundPoint);
TdxChartSeriesLineValueLabelsResolveOverlappingMode = None..JustifyAllAroundPoint;
#Members
Name | Description |
---|---|
Default |
Default. The default label overlap resolution algorithm that uses the Value
|
Hide |
A series hides overlapped value labels.
Inherited from Tdx |
Justify |
This mode is similar to Justify |
Justify |
This mode functions similarly to Default, but the overlap resolution algorithm attempts to maintain the distance between value labels and corresponding points. Inherited from Tdx |
None |
A series does not resolve value overlapping. Value labels always remain at their base positions.
Inherited from Tdx |
#Remarks
The TdxChartSeriesLineValueLabelsResolveOverlappingMode
type defines a subrange of the TdxChartSeriesValueLabelsResolveOverlappingMode type because different series View types support different sets of value label overlap resolution modes.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the Justify
value in code.
#Direct TdxChartSeriesLineValueLabelsResolveOverlappingMode Type Reference
The ValueLabels.ResolveOverlappingMode property of a Line or Area series View references the TdxChartSeriesLineValueLabelsResolveOverlappingMode
type.